Amaury Forgeot d'Arc added the comment:

Agreed. environ.pop() was fixed a long time ago with issue1287.
It seems that all mutable methods of the environ pseudo-dict are now correctly 
reflected to the platform environ.

The other direction (updates from C code should be reflected in os.environ) is 
tracked by issue1159.

----------
nosy: +amaury.forgeotdarc
resolution:  -> duplicate
status: open -> closed
superseder:  -> os.getenv() not updated after external module uses C putenv()

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

Reply via email to