Message 83569 - Python tracker
Message83569
| 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:44 | ggenellina | set | recipients: + ggenellina, georg.brandl, mwm |
| 2009-03-14 01:50:44 | ggenellina | set | messageid: <1236995444.28.0.706072379434.issue5370@psf.upfronthosting.co.za> |
| 2009-03-14 01:50:42 | ggenellina | link | issue5370 messages |
| 2009-03-14 01:50:42 | ggenellina | create | |