commit | eeeb9c4445391f0ec91d84d5f35634ffe42c66de | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Nov 15 02:44:53 2007 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Nov 15 02:44:53 2007 +0000 |
tree | f912371af912aedc3469746cd3cd3e961ff33395 | |
parent | b5e5d0741a7a9b8219abac143e06f40b804886c9 [diff] |
Accept Issac Morland's suggestion for __replace__ to allow multiple replacements (suprisingly, this simplifies the signature, improves clarity, and is comparably fast). Update the docs to reflect a previous change to the function name. Add an example to the docs showing how to override the default __repr__ method.