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 p-ganssle
Recipients asvetlov, eli.bendersky, gphemsley, mdk, p-ganssle, scoder, thatiparthy
Date 2017-12-28.22:22:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514499730.77.0.213398074469.issue32424@psf.upfronthosting.co.za>
In-reply-to
Content
@Andrew Are you suggesting that a `copy` method be *added* to the C implementation, as an alias to __copy__? Because it makes no sense to keep the pure Python and C implementations out of sync just so that it's easier for projects forking the pure Python implementation to maintain backwards compatibility with their earlier implementations.
History
Date User Action Args
2017-12-28 22:22:10p-gansslesetrecipients: + p-ganssle, scoder, eli.bendersky, asvetlov, thatiparthy, mdk, gphemsley
2017-12-28 22:22:10p-gansslesetmessageid: <1514499730.77.0.213398074469.issue32424@psf.upfronthosting.co.za>
2017-12-28 22:22:10p-gansslelinkissue32424 messages
2017-12-28 22:22:10p-gansslecreate