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 ods
Recipients andreypopp, eric.araujo, ods, pitrou, pje, r.david.murray, riffm
Date 2011-01-20.09:50:37
SpamBayes Score 0.00015130715
Marked as misclassified No
Message-id <1295517064.24.0.161047745592.issue10935@psf.upfronthosting.co.za>
In-reply-to
Content
Phillip, your argument about interfacing with code written in C doesn't work for built-in immutable types like str. Any subclass of str must call str.__new__ thus keeping proper internal state.
History
Date User Action Args
2011-01-20 09:51:04odssetrecipients: + ods, pje, pitrou, eric.araujo, r.david.murray, riffm, andreypopp
2011-01-20 09:51:04odssetmessageid: <1295517064.24.0.161047745592.issue10935@psf.upfronthosting.co.za>
2011-01-20 09:50:38odslinkissue10935 messages
2011-01-20 09:50:37odscreate