summaryrefslogtreecommitdiffstats
path: root/Lib/test/support
diff options
context:
space:
mode:
authorStephan Hoyer <shoyer@gmail.com>2018-10-29 18:30:12 (GMT)
committerBrian Curtin <brian@python.org>2018-10-29 18:30:12 (GMT)
commit0200928e8df012d408530b06a98119024bc82511 (patch)
tree45ec5b565af6c1f3fae1a2f2110b558ceed91576 /Lib/test/support
parent3b05ad7be09af1d4510eb698b0a70d36387f296e (diff)
downloadcpython-0200928e8df012d408530b06a98119024bc82511.zip
cpython-0200928e8df012d408530b06a98119024bc82511.tar.gz
cpython-0200928e8df012d408530b06a98119024bc82511.tar.bz2
Include memo in the documented signature of copy.deepcopy()
* Include memo in the documented signature of copy.deepcopy() The memo argument is mentioned lower on the doc page under writing a `__deepcopy__` method, but is not included in the documented function signature. This makes it easy to miss, and can lead to incorrect/buggy implementations of `__deepcopy__` -- which is exatly what just happpend to me!
Diffstat (limited to 'Lib/test/support')
0 files changed, 0 insertions, 0 deletions