]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport 1.60 from trunk:
authorGuido van Rossum <guido@python.org>
Mon, 13 Jan 2003 21:16:24 +0000 (21:16 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 13 Jan 2003 21:16:24 +0000 (21:16 +0000)
commit5238d59654f3b26a510e67bf695e88d30a7450b0
tree0f4a57b48baa48e09567f132862de554eae98128
parentfbaaab9d25692c4f8bee0f9f680567ba3f46632b
Backport 1.60 from trunk:

Duh.  The do_EOF() implementation was bogus.  Make it more like
do_quit() -- but print a blank line first.
Lib/pdb.py