We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ec513 commit a4c575bCopy full SHA for a4c575b
Lib/test/test_sys.py
@@ -724,9 +724,6 @@ def test_attributes(self):
724
self.assertIn(sys.float_repr_style, ('short', 'legacy'))
725
if not sys.platform.startswith('win'):
726
self.assertIsInstance(sys.abiflags, str)
727
- else:
728
- self.assertFalse(hasattr(sys, 'abiflags'))
729
-
730
# test hasattr(sys, 'abiflags') == (os.name != 'nt)
731
self.assertEqual(os.name, 'posix')
732
else:
0 commit comments