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 ncoghlan
Recipients amaury.forgeotdarc, benjamin.peterson, christoph, davidfraser, georg.brandl, ggenellina, hodgestar, lemburg, ncoghlan, pitrou
Date 2008-07-08.14:14:13
SpamBayes Score 0.0023537101
Marked as misclassified No
Message-id <1215526502.65.0.608881239762.issue2517@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in 64791.

Blocked from being merged to Py3k (since there is no longer a
__unicode__ special method).

For MAL: the PyInstance_Check included in the patch for the benefit of
classic classes defined in Python code also covers all of the classic C
extension classes which are not instances of object.
History
Date User Action Args
2008-07-08 14:15:03ncoghlansetspambayes_score: 0.00235371 -> 0.0023537101
recipients: + ncoghlan, lemburg, georg.brandl, amaury.forgeotdarc, davidfraser, ggenellina, pitrou, benjamin.peterson, christoph, hodgestar
2008-07-08 14:15:02ncoghlansetspambayes_score: 0.00235371 -> 0.00235371
messageid: <1215526502.65.0.608881239762.issue2517@psf.upfronthosting.co.za>
2008-07-08 14:14:15ncoghlanlinkissue2517 messages
2008-07-08 14:14:14ncoghlancreate