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 brett.cannon
Recipients brett.cannon, pitrou
Date 2012-01-29.17:48:24
SpamBayes Score 0.00018279713
Marked as misclassified No
Message-id <CAP1=2W596BUFoXdsxEoB8Bwb2uAxJAt8DNg_SHeCvHcJQwGjCQ@mail.gmail.com>
In-reply-to <1327700568.22.0.963154831136.issue13890@psf.upfronthosting.co.za>
Content
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@bugs.python.org>
> <http://bugs.python.org/issue13890>
> _______________________________________
>
History
Date User Action Args
2012-01-29 17:48:25brett.cannonsetrecipients: + brett.cannon, pitrou
2012-01-29 17:48:24brett.cannonlinkissue13890 messages
2012-01-29 17:48:24brett.cannoncreate