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 benjamin.peterson
Recipients Radu.Dan, benjamin.peterson
Date 2012-10-08.20:01:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349726482.98.0.245202018891.issue16167@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.4.0a0 (default:8f048c8c855e, Oct  8 2012, 13:46:48) 
[GCC 4.5.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> class newstring(str):
...         def __str__(self):
...                 return self
... 
>>> type(str(newstring()))
<class '__main__.newstring'>
History
Date User Action Args
2012-10-08 20:01:23benjamin.petersonsetrecipients: + benjamin.peterson, Radu.Dan
2012-10-08 20:01:22benjamin.petersonsetmessageid: <1349726482.98.0.245202018891.issue16167@psf.upfronthosting.co.za>
2012-10-08 20:01:22benjamin.petersonlinkissue16167 messages
2012-10-08 20:01:22benjamin.petersoncreate