mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Whitespace normalization.
This commit is contained in:
parent
cda32b7d1d
commit
f545baa0cc
7 changed files with 11 additions and 12 deletions
|
@ -84,7 +84,7 @@ class urlopenNetworkTests(unittest.TestCase):
|
|||
self.assertEqual(gotten_url, URL)
|
||||
|
||||
def test_fileno(self):
|
||||
if (sys.platform in ('win32',) or
|
||||
if (sys.platform in ('win32',) or
|
||||
not hasattr(os, 'fdopen')):
|
||||
# On Windows, socket handles are not file descriptors; this
|
||||
# test can't pass on Windows.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue