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 r.david.murray
Recipients barry, r.david.murray, tahnoon
Date 2013-06-14.23:16:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371251805.59.0.446539235215.issue18153@psf.upfronthosting.co.za>
In-reply-to
Content
I'll also note that if you start from the traceback and look at the code involved in the exception (keeping in mind that since the exception is caught, in python2 you lose the original cause, which is therefore in the function called in the try block), there is actually a comment in the code that is directly on point to this issue.  If we can get a reproducible test case the fix will probably be simple.
History
Date User Action Args
2013-06-14 23:16:45r.david.murraysetrecipients: + r.david.murray, barry, tahnoon
2013-06-14 23:16:45r.david.murraysetmessageid: <1371251805.59.0.446539235215.issue18153@psf.upfronthosting.co.za>
2013-06-14 23:16:45r.david.murraylinkissue18153 messages
2013-06-14 23:16:45r.david.murraycreate