This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author inducer
Recipients inducer
Date 2009-06-22.14:11:45
SpamBayes Score 0.0005798813
Marked as misclassified No
Message-id <1245679907.43.0.120493835283.issue6323@psf.upfronthosting.co.za>
In-reply-to
Content
Steps to reprdocue:

1) Debug a program with a syntax error in pdb. 
2) Get the SyntaxError traceback.
3) Hit "q" to quit.
4) Another SyntaxError traceback, and you're back at the Pdb prompt.
History
Date User Action Args
2009-06-22 14:11:47inducersetrecipients: + inducer
2009-06-22 14:11:47inducersetmessageid: <1245679907.43.0.120493835283.issue6323@psf.upfronthosting.co.za>
2009-06-22 14:11:45inducerlinkissue6323 messages
2009-06-22 14:11:45inducercreate