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 christian.heimes
Recipients Jon.Oberheide, alex, christian.heimes, fijall, georg.brandl, gregory.p.smith, hynek, loewis, ncoghlan, petri.lehtinen, pitrou, python-dev, serhiy.storchaka
Date 2012-06-24.00:07:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340496470.8.0.055721809264.issue15061@psf.upfronthosting.co.za>
In-reply-to
Content
New patch.

I've removed the special handling of PyBytes_CheckExact, support subclasses of str, non compact ASCII str and updated the docs.

(Next time I'll create a sandbox and push my work to its own branch.)
History
Date User Action Args
2012-06-24 00:07:52christian.heimessetrecipients: + christian.heimes, loewis, georg.brandl, gregory.p.smith, ncoghlan, pitrou, alex, fijall, python-dev, petri.lehtinen, hynek, serhiy.storchaka, Jon.Oberheide
2012-06-24 00:07:50christian.heimessetmessageid: <1340496470.8.0.055721809264.issue15061@psf.upfronthosting.co.za>
2012-06-24 00:07:49christian.heimeslinkissue15061 messages
2012-06-24 00:07:49christian.heimescreate