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 r.david.murray
Recipients benjamin.peterson, cjw296, eric.araujo, georg.brandl, mloskot, r.david.murray
Date 2012-06-13.00:32:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339547546.7.0.648576389917.issue4442@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, it is documented: http://docs.python.org/dev/reference/datamodel.html#basic-customization

"__new__() is intended mainly to allow subclasses of immutable types (like int, str, or tuple) to customize instance creation."

It could certainly be better documented, but where?  The tutorial?
History
Date User Action Args
2012-06-13 00:32:26r.david.murraysetrecipients: + r.david.murray, georg.brandl, cjw296, benjamin.peterson, eric.araujo, mloskot
2012-06-13 00:32:26r.david.murraysetmessageid: <1339547546.7.0.648576389917.issue4442@psf.upfronthosting.co.za>
2012-06-13 00:32:26r.david.murraylinkissue4442 messages
2012-06-13 00:32:25r.david.murraycreate