]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport 1.60 -- because this is an annoyance that Zope folks run into
authorGuido van Rossum <guido@python.org>
Thu, 13 Feb 2003 21:13:17 +0000 (21:13 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 13 Feb 2003 21:13:17 +0000 (21:13 +0000)
commit22eb8bc48ea965491c4f632b48de795f8fcf6e3f
tree1f35cfaff8160296eca017c0425fc191a5eb159d
parent0c71748e3b15cbd690f79fd5b699bff383861dc6
Backport 1.60 -- because this is an annoyance that Zope folks run into
and Zope 2.6 (which requires Python 2.1.x) isn't dead yet.

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