Josh Rosenberg added the comment:

Patch looks good, but incomplete. Supporting __deepcopy__ (as a simple wrapper 
around __copy__ that ignores the second argument) would provide complete 
support.

Also, should there be tests? I mean, I assume the .copy() method itself is 
tested, but just to detect stupid regressions, seems like testing 
__copy__/__deepcopy__ for identical behavior would be a good thing.

----------
nosy: +josh.r

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25007>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to