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 eric.smith
Recipients eric.smith, mark.dickinson, meador.inge
Date 2010-02-26.08:10:47
SpamBayes Score 4.939248e-09
Marked as misclassified No
Message-id <1267171849.94.0.311410790511.issue7994@psf.upfronthosting.co.za>
In-reply-to
Content
I haven't looked at the patch, but:

Thanks for the the additional tests. Missing unicode was definitely a mistake.

str(w[0].message) is an improvement.

The PEP is out of date in many respects. I think it's best to note that in the PEP and continue to keep the documentation up-to-date.

This issue already applies to 3.3, but my plan is to remove that and create a new issue when I close this one. But I'd still like to leave the comments in place.

I'm aware of the existing tests which trigger the warning. I think they should probably be removed, although I haven't really spent much time thinking about it.
History
Date User Action Args
2010-02-26 08:10:50eric.smithsetrecipients: + eric.smith, mark.dickinson, meador.inge
2010-02-26 08:10:49eric.smithsetmessageid: <1267171849.94.0.311410790511.issue7994@psf.upfronthosting.co.za>
2010-02-26 08:10:48eric.smithlinkissue7994 messages
2010-02-26 08:10:47eric.smithcreate