commit | 698acf98fdafd14b1b5ad380e3c56b31ab33a229 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Sep 25 19:46:05 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Sep 25 19:46:05 2001 +0000 |
tree | ec96096f9319d237bbe3c90bf895c278cba84431 | |
parent | d48004f4f038799d3e82a580e29f8ad1dae50a5e [diff] |
_reconstructor(): there's no need for tricks with assignment to __class__. The __new__ protocol is up to this. (Thanks to Tim for pointing this out.)