]> granicus.if.org Git - python/commit
Fix bug in copy() by using copy.copy() instead of making assumptions
authorGuido van Rossum <guido@python.org>
Tue, 3 Jun 1997 14:10:01 +0000 (14:10 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 3 Jun 1997 14:10:01 +0000 (14:10 +0000)
commitb94cd96977ac4d3c2c335ff7d72033d818d59d84
treeae63195f2545b455e62041f036293c5b8c1fa2ff
parentbd40d7e69ffd53f36a315605fc849bb12ae1f55f
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.
Lib/UserDict.py