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 bulbjh, lemburg, r.david.murray
Date 2009-04-04.04:23:51
SpamBayes Score 0.00063023524
Marked as misclassified No
Message-id <1238819035.69.0.958758075288.issue1680159@psf.upfronthosting.co.za>
In-reply-to
Content
Still gives the same message in 2.7a0.  Looks to be simple enough to
fix: just stop masking the UnicodeDecode and TypeError messages produced
by the PyUnicode_FromObject call in the PyUnicode_Contains method.  Test
and patch attached.  If you have no objection, Mark, I'll apply it.
History
Date User Action Args
2009-04-04 04:23:56r.david.murraysetrecipients: + r.david.murray, lemburg, bulbjh
2009-04-04 04:23:55r.david.murraysetmessageid: <1238819035.69.0.958758075288.issue1680159@psf.upfronthosting.co.za>
2009-04-04 04:23:54r.david.murraylinkissue1680159 messages
2009-04-04 04:23:53r.david.murraycreate