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 georg.brandl
Recipients Alexander.Belopolsky, georg.brandl
Date 2010-02-19.10:28:43
SpamBayes Score 0.0012528832
Marked as misclassified No
Message-id <1266575325.42.0.340538780209.issue7963@psf.upfronthosting.co.za>
In-reply-to
Content
The latter is no inconsistency; tuples are immutable, lists are not.  Therefore, for lists, __init__ is the initializer, not __new__.  In order not to duplicate argument checking, __new__ does nothing special with them.
History
Date User Action Args
2010-02-19 10:28:45georg.brandlsetrecipients: + georg.brandl, Alexander.Belopolsky
2010-02-19 10:28:45georg.brandlsetmessageid: <1266575325.42.0.340538780209.issue7963@psf.upfronthosting.co.za>
2010-02-19 10:28:43georg.brandllinkissue7963 messages
2010-02-19 10:28:43georg.brandlcreate