This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, eli.bendersky, gphemsley, mdk, scoder, thatiparthy
Date 2017-12-28.19:42:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514490161.63.0.213398074469.issue32424@psf.upfronthosting.co.za>
In-reply-to
Content
I mean dropping `.copy()` breaks not only compatibility between pure python versions but also between pypy releases and pypy/CPython code.
That's why I suggest to keep `.copy()` as an alias for `__copy__()`.
History
Date User Action Args
2017-12-28 19:42:41asvetlovsetrecipients: + asvetlov, scoder, eli.bendersky, thatiparthy, mdk, gphemsley
2017-12-28 19:42:41asvetlovsetmessageid: <1514490161.63.0.213398074469.issue32424@psf.upfronthosting.co.za>
2017-12-28 19:42:41asvetlovlinkissue32424 messages
2017-12-28 19:42:41asvetlovcreate