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 ggenellina
Recipients georg.brandl, ggenellina, mwm
Date 2009-03-14.01:50:40
SpamBayes Score 4.7505153e-05
Marked as misclassified No
Message-id <1236995444.28.0.706072379434.issue5370@psf.upfronthosting.co.za>
In-reply-to
Content
This doc update should warn people about the need to implement 
__getinitargs__ / __getnewargs__ when the instance relies on some 
internal invariants that must be preserved, and reiterates the 
important fact that __init__ / __new__ are NOT normally invoked.

The patch is against trunk; wording for 3.x should omit references to 
__getinitargs__ and __init__.
History
Date User Action Args
2009-03-14 01:50:44ggenellinasetrecipients: + ggenellina, georg.brandl, mwm
2009-03-14 01:50:44ggenellinasetmessageid: <1236995444.28.0.706072379434.issue5370@psf.upfronthosting.co.za>
2009-03-14 01:50:42ggenellinalinkissue5370 messages
2009-03-14 01:50:42ggenellinacreate