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 cjw296
Recipients benjamin.peterson, cjw296, eric.araujo, georg.brandl, mloskot
Date 2012-06-12.22:05:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339538734.02.0.736323552313.issue4442@psf.upfronthosting.co.za>
In-reply-to
Content
It's the fact that for immutable types, initialization is done in __new__ instead of __init__ that isn't documented anywhere. 

This should be Python-level rather than C-level documentation.

The example I gave in #msg76473 is confusing without docs anywhere that explain why this is.
History
Date User Action Args
2012-06-12 22:05:41cjw296setrecipients: + cjw296, georg.brandl, benjamin.peterson, eric.araujo, mloskot
2012-06-12 22:05:34cjw296setmessageid: <1339538734.02.0.736323552313.issue4442@psf.upfronthosting.co.za>
2012-06-12 22:05:28cjw296linkissue4442 messages
2012-06-12 22:05:17cjw296create