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 orsenthil
Recipients dwoz, orsenthil, python-dev
Date 2013-03-19.20:43:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363725800.4.0.740109083255.issue17471@psf.upfronthosting.co.za>
In-reply-to
Content
Daniel - I could not really get the need for this check.

+    >>> msg = str(err)
+    >>> str(err.code) in msg and err.msg in msg

The other one was really useful and probably covered the reasonstr.

Thanks for the patch.
History
Date User Action Args
2013-03-19 20:43:20orsenthilsetrecipients: + orsenthil, python-dev, dwoz
2013-03-19 20:43:20orsenthilsetmessageid: <1363725800.4.0.740109083255.issue17471@psf.upfronthosting.co.za>
2013-03-19 20:43:20orsenthillinkissue17471 messages
2013-03-19 20:43:20orsenthilcreate