mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +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 __all__
|
||||
|
||||
|
|
|
|||
|
|
@ -87,4 +87,3 @@ def check_conversion(num):
|
|||
try: mpz.mpz(-10).binary()
|
||||
except ValueError: pass
|
||||
else: raise TestFailed, 'mpz(-10).binary() should raise a ValueError'
|
||||
|
||||
|
|
|
|||
|
|
@ -40,4 +40,3 @@ def test_case_1(self):
|
|||
|
||||
if __name__ == "__main__":
|
||||
test_support.run_unittest(NetrcTestCase)
|
||||
|
||||
|
|
|
|||
|
|
@ -123,4 +123,3 @@ def test_main():
|
|||
|
||||
if __name__ == "__main__":
|
||||
test_main()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue