]> granicus.if.org Git - python/commit
Fix SF bug 579701 (Fernando Pérez); an input line consisting of one or
authorGuido van Rossum <guido@python.org>
Fri, 12 Jul 2002 13:10:53 +0000 (13:10 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 12 Jul 2002 13:10:53 +0000 (13:10 +0000)
commit08454596d1390dbee114ce48d8ed24160057145c
treed1b28eb4a595b03decf018831b763e6561cea0c6
parent2ad9419c8f14652170858cfd42b1638af116ba5e
Fix SF bug 579701 (Fernando Pérez); an input line consisting of one or
more spaces only crashed pdb.

While I was at it, cleaned up some style nits (spaces between function
and parenthesis, and redundant parentheses in if statement).
Lib/pdb.py