commit | b94cd96977ac4d3c2c335ff7d72033d818d59d84 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jun 03 14:10:01 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Jun 03 14:10:01 1997 +0000 |
tree | ae63195f2545b455e62041f036293c5b8c1fa2ff | |
parent | bd40d7e69ffd53f36a315605fc849bb12ae1f55f [diff] |
Fix bug in copy() by using copy.copy() instead of making assumptions (it so happens that copy.copy() works fine for the base UserDict type). Also reindented the entire module to have 4-space indents.