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 terry.reedy
Recipients Arfrever, brett.cannon, kbk, python-dev, r.david.murray, roger.serwy, terry.reedy, vinay.sajip, vstinner
Date 2013-06-26.19:52:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372276367.89.0.714578159276.issue18081@psf.upfronthosting.co.za>
In-reply-to
Content
I should have changed the Versions sooner, as soon as it became obvious that this was not just a 3.4 issue. The 'temporary' 3.4-only patch breaks forward merging of a better patch. I will back it out just before I commit a 3.3 patch to both eliminate the .formatwarning replacement (#18242) and move the .showwarning replacement (part of Victor's patch).

If we ever add tests of PyShell.main and run.main (which we should), the problem of this issue will recur unless we make *sure* that the monkey patch moved inside those functions is reverted. Will try: finally: do that? I will leave this for a second patch.
History
Date User Action Args
2013-06-26 19:52:48terry.reedysetrecipients: + terry.reedy, brett.cannon, kbk, vinay.sajip, vstinner, roger.serwy, Arfrever, r.david.murray, python-dev
2013-06-26 19:52:47terry.reedysetmessageid: <1372276367.89.0.714578159276.issue18081@psf.upfronthosting.co.za>
2013-06-26 19:52:47terry.reedylinkissue18081 messages
2013-06-26 19:52:47terry.reedycreate