Brett Cannon <[email protected]> added the comment: Is there a technological reason environ is not updated, or is it simply oversight?
Lib/os.py: under POXIX, os.environ reflects posix.environ (it uses the same underlying dict), while under Windows, os.environ uses a distinct dict from nt.environ. > > ---------- > > _______________________________________ > Python tracker <[email protected]> > <http://bugs.python.org/issue13890> > _______________________________________ > ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13890> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
