mirror of
https://github.com/python/cpython.git
synced 2025-09-19 07:00:59 +00:00
Whitespace normalization.
This commit is contained in:
parent
c86c1b88f9
commit
863ac44b74
23 changed files with 84 additions and 88 deletions
|
@ -18,4 +18,3 @@
|
||||||
|
|
||||||
from sre import *
|
from sre import *
|
||||||
from sre import __all__
|
from sre import __all__
|
||||||
|
|
||||||
|
|
|
@ -87,4 +87,3 @@ else: raise TestFailed, 'gcdext(10, 10.) should raise a TypeError'
|
||||||
try: mpz.mpz(-10).binary()
|
try: mpz.mpz(-10).binary()
|
||||||
except ValueError: pass
|
except ValueError: pass
|
||||||
else: raise TestFailed, 'mpz(-10).binary() should raise a ValueError'
|
else: raise TestFailed, 'mpz(-10).binary() should raise a ValueError'
|
||||||
|
|
||||||
|
|
|
@ -40,4 +40,3 @@ class NetrcTestCase(unittest.TestCase):
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
test_support.run_unittest(NetrcTestCase)
|
test_support.run_unittest(NetrcTestCase)
|
||||||
|
|
||||||
|
|
|
@ -123,4 +123,3 @@ def test_main():
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
test_main()
|
test_main()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue