mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Whitespace normalization.
This commit is contained in:
parent
4cf97c4972
commit
30edd2387d
6 changed files with 9 additions and 14 deletions
|
@ -643,5 +643,3 @@ def stack(context=1):
|
|||
def trace(context=1):
|
||||
"""Return a list of records for the stack below the current exception."""
|
||||
return getinnerframes(sys.exc_traceback, context)
|
||||
|
||||
|
||||
|
|
|
@ -1416,5 +1416,3 @@ def cli():
|
|||
""" % (cmd, os.sep, cmd, cmd, cmd, cmd, os.sep)
|
||||
|
||||
if __name__ == '__main__': cli()
|
||||
|
||||
|
||||
|
|
|
@ -405,4 +405,3 @@ for i in range(100):
|
|||
f1()
|
||||
|
||||
verify(Foo.count == 0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue