mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Edward's latest checkins somehow managed to wipe out my previous latest
checkins. Reapplying the latter changes.
This commit is contained in:
parent
a1ef6110ba
commit
6c542b731c
2 changed files with 16 additions and 14 deletions
|
@ -1044,7 +1044,6 @@ def test_pdb_set_trace():
|
|||
... >>> calls_set_trace()
|
||||
... '''
|
||||
>>> test = parser.get_doctest(doc, globals(), "foo", "foo.py", 0)
|
||||
|
||||
>>> fake_stdin = tempfile.TemporaryFile(mode='w+')
|
||||
>>> fake_stdin.write('\n'.join([
|
||||
... 'up', # up out of pdb.set_trace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue