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 loewis
Recipients Jorge.Cardona, loewis, rhettinger
Date 2012-11-03.18:33:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351967638.7.0.456513290414.issue16397@psf.upfronthosting.co.za>
In-reply-to
Content
If you want a class that behaves like a string object, you should subclass from str.
History
Date User Action Args
2012-11-03 18:33:58loewissetrecipients: + loewis, rhettinger, Jorge.Cardona
2012-11-03 18:33:58loewissetmessageid: <1351967638.7.0.456513290414.issue16397@psf.upfronthosting.co.za>
2012-11-03 18:33:58loewislinkissue16397 messages
2012-11-03 18:33:58loewiscreate