mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Whitespace normalization.
This commit is contained in:
parent
08533fdad6
commit
710ab3b5f8
9 changed files with 990 additions and 993 deletions
|
@ -31,4 +31,3 @@ def contextmanager(func):
|
|||
def helper(*args, **kwds):
|
||||
return GeneratorContextManager(func(*args, **kwds))
|
||||
return helper
|
||||
|
||||
|
|
|
@ -38,4 +38,3 @@ class nested(object):
|
|||
self.entered = None
|
||||
if ex is not exc_info:
|
||||
raise ex[0], ex[1], ex[2]
|
||||
|
||||
|
|
|
@ -176,4 +176,3 @@ eval_results = [
|
|||
('Expression', ('Tuple', [('Num', 1), ('Num', 2), ('Num', 3)], ('Load',))),
|
||||
]
|
||||
run_tests()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue