mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
And delete a useless comment.
This commit is contained in:
parent
d7bbbbc594
commit
7960bf9c00
1 changed files with 0 additions and 1 deletions
|
|
@ -351,7 +351,6 @@ class _OutputRedirectingPdb(pdb.Pdb):
|
||||||
try:
|
try:
|
||||||
return pdb.Pdb.trace_dispatch(self, *args)
|
return pdb.Pdb.trace_dispatch(self, *args)
|
||||||
finally:
|
finally:
|
||||||
# Restore stdout.
|
|
||||||
sys.stdout = save_stdout
|
sys.stdout = save_stdout
|
||||||
|
|
||||||
# [XX] Normalize with respect to os.path.pardir?
|
# [XX] Normalize with respect to os.path.pardir?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue