SIGN IN SIGN UP

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!
S
Stephan Hoyer committed
0200928e8df012d408530b06a98119024bc82511
Parent: 3b05ad7
Committed by Brian Curtin <brian@python.org> on 10/29/2018, 6:30:12 PM