commit | 08454596d1390dbee114ce48d8ed24160057145c | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jul 12 13:10:53 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Jul 12 13:10:53 2002 +0000 |
tree | d1b28eb4a595b03decf018831b763e6561cea0c6 | |
parent | 2ad9419c8f14652170858cfd42b1638af116ba5e [diff] |
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).