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 python-dev
Recipients asvetlov, georg.brandl, python-dev, rurpy2, terry.reedy, xdegaye
Date 2015-09-05.23:19:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150905231902.66864.11562@psf.io>
In-reply-to
Content
New changeset 26c4db1a0aea by Terry Jan Reedy in branch '2.7':
Issue #16180: Exit pdb if file has syntax error, instead of trapping user
https://hg.python.org/cpython/rev/26c4db1a0aea

New changeset 2d4aac2ab253 by Terry Jan Reedy in branch '3.4':
Issue #16180: Exit pdb if file has syntax error, instead of trapping user
https://hg.python.org/cpython/rev/2d4aac2ab253
History
Date User Action Args
2015-09-05 23:19:05python-devsetrecipients: + python-dev, georg.brandl, terry.reedy, asvetlov, xdegaye, rurpy2
2015-09-05 23:19:05python-devlinkissue16180 messages
2015-09-05 23:19:05python-devcreate