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 benjamin.peterson, carsten.klein@axn-software.de, eric.araujo, rhettinger, stutzbach
Date 2010-08-22.15:34:29
SpamBayes Score 0.008389463
Marked as misclassified No
Message-id <1282491271.64.0.756943855108.issue9659@psf.upfronthosting.co.za>
In-reply-to
Content
This is correct. immutable types should use __new__, not __init__.
History
Date User Action Args
2010-08-22 15:34:31benjamin.petersonsetrecipients: + benjamin.peterson, rhettinger, stutzbach, eric.araujo, carsten.klein@axn-software.de
2010-08-22 15:34:31benjamin.petersonsetmessageid: <1282491271.64.0.756943855108.issue9659@psf.upfronthosting.co.za>
2010-08-22 15:34:30benjamin.petersonlinkissue9659 messages
2010-08-22 15:34:30benjamin.petersoncreate