commit | 6bdc498734e83afbfd8d80c2f70b5d3800d65223 | [log] [tgz] |
---|---|---|
author | Jason R. Coombs <jaraco@jaraco.com> | Sun Nov 10 14:02:04 2013 -0500 |
committer | Jason R. Coombs <jaraco@jaraco.com> | Sun Nov 10 14:02:04 2013 -0500 |
tree | b81fac1a48419202168c4e6473025ab13beed55d | |
parent | 8ec784c2df2cfe9783d6434a46815c8d0c4f29f0 [diff] |
Normalize whitespace
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index eb8619f..a7c2516 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py
@@ -980,14 +980,14 @@ return except ImportError: return - + if sys.platform == "win32": try: inet_pton(AF_INET6, '::') except OSError as e: if e.winerror == 10022: return # IPv6 might not be installed on this PC - + f = lambda a: inet_pton(AF_INET6, a) assertInvalid = lambda a: self.assertRaises( (OSError, ValueError), f, a