[issue13890] test_importlib failures under Windows

Brett Cannon report at bugs.python.org
Sun Jan 29 18:48:25 CET 2012


Brett Cannon <brett at python.org> 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 <report at bugs.python.org>
> <http://bugs.python.org/issue13890>
> _______________________________________
>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13890>
_______________________________________


More information about the Python-bugs-list mailing list