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 andrei.avk
Recipients andrei.avk, anton.barkovsky, gregory.p.smith, htgoebel, josh.r, kamilturek, methane, pitrou, r.david.murray, rhettinger, serhiy.storchaka
Date 2021-07-03.20:25:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625343916.71.0.97467803717.issue15373@roundup.psfhosted.org>
In-reply-to
Content
I think it may be good to deprecate and discourage use of `os.environ.copy()`, and add a new method `os.environ.asdict()`. And possibly have `__copy__` raise an error pointing users to `os.environ.asdict()`.

I'm not sure what to do about pickling.
History
Date User Action Args
2021-07-03 20:25:16andrei.avksetrecipients: + andrei.avk, rhettinger, gregory.p.smith, htgoebel, pitrou, r.david.murray, methane, serhiy.storchaka, anton.barkovsky, josh.r, kamilturek
2021-07-03 20:25:16andrei.avksetmessageid: <1625343916.71.0.97467803717.issue15373@roundup.psfhosted.org>
2021-07-03 20:25:16andrei.avklinkissue15373 messages
2021-07-03 20:25:16andrei.avkcreate