Andrei Kulakov <andrei....@gmail.com> added the comment:

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.

----------
nosy: +andrei.avk

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

Reply via email to