mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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:
|
||||
return pdb.Pdb.trace_dispatch(self, *args)
|
||||
finally:
|
||||
# Restore stdout.
|
||||
sys.stdout = save_stdout
|
||||
|
||||
# [XX] Normalize with respect to os.path.pardir?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue