]> granicus.if.org Git - python/commit
Refactor the copy dispatcher code in copy.py. Simplifies and shortens
authorRaymond Hettinger <python@rcn.com>
Mon, 8 Mar 2004 05:59:33 +0000 (05:59 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 8 Mar 2004 05:59:33 +0000 (05:59 +0000)
commitf0e3569a28bc25cc3a6b267614b9724d8fe01a0e
treeea17be88dc12f7a6aa924ad269ffcb4ba9b6a2e5
parent99842b65347b33af37d708b77c7d789909bacf9c
Refactor the copy dispatcher code in copy.py.  Simplifies and shortens
the code by grouping common cases together.
Lib/copy.py