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 TheCatster
Recipients TheCatster
Date 2020-12-02.20:57:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606942654.49.0.938602064992.issue42546@roundup.psfhosted.org>
In-reply-to
Content
It would be convenient and cleaner/more in line with the Python zen to allow `.copy()` to allow a `deep=True` argument, to use `.deepcopy()` in a simpler way. This is easier to read, and brings some more usefulness to `.copy()`. `.deepcopy()` would be kept for backwards compatibility.
History
Date User Action Args
2020-12-02 20:57:34TheCatstersetrecipients: + TheCatster
2020-12-02 20:57:34TheCatstersetmessageid: <1606942654.49.0.938602064992.issue42546@roundup.psfhosted.org>
2020-12-02 20:57:34TheCatsterlinkissue42546 messages
2020-12-02 20:57:34TheCatstercreate