Message83569
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__. |
|
| 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: <[email protected]> |
| 2009-03-14 01:50:42 | ggenellina | link | issue5370 messages |
| 2009-03-14 01:50:42 | ggenellina | create | |
|