mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Whitespace normalization.
This commit is contained in:
parent
4cfa136680
commit
1b27f86411
2 changed files with 2 additions and 2 deletions
|
@ -1664,7 +1664,7 @@ def altmro():
|
|||
pass
|
||||
else:
|
||||
raise TestFailed, "non-sequence mro() return not caught"
|
||||
|
||||
|
||||
|
||||
def overloading():
|
||||
if verbose: print "Testing operator overloading..."
|
||||
|
|
2
setup.py
2
setup.py
|
@ -159,7 +159,7 @@ class PyBuildExt(build_ext):
|
|||
line = line.split()
|
||||
remove_modules.append(line[0])
|
||||
input.close()
|
||||
|
||||
|
||||
for ext in self.extensions[:]:
|
||||
if ext.name in remove_modules:
|
||||
self.extensions.remove(ext)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue