]> granicus.if.org Git - python/commit
Make sure the UserDict copies do not share the same underlying
authorRaymond Hettinger <python@rcn.com>
Sun, 21 Dec 2003 22:19:08 +0000 (22:19 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 21 Dec 2003 22:19:08 +0000 (22:19 +0000)
commit9014560412a2bd322170902a42ab965eee4b0c47
tree367e3b3761c6a34e1d65259214517b5eb4e85181
parent435f648584aacd5ac35ab6f278484b477ac4496f
Make sure the UserDict copies do not share the same underlying
dictionary as the original.  This parallels MvL's change to
Lib/os.py 1.56.

Backport candidate.
Lib/UserDict.py