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 amaury.forgeotdarc
Recipients BreamoreBoy, amaury.forgeotdarc, eric.araujo, exarkun, martin.panter
Date 2014-11-26.13:41:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417009311.86.0.620350392147.issue4887@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-11-26 13:41:52amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, exarkun, eric.araujo, BreamoreBoy, martin.panter
2014-11-26 13:41:51amaury.forgeotdarcsetmessageid: <1417009311.86.0.620350392147.issue4887@psf.upfronthosting.co.za>
2014-11-26 13:41:51amaury.forgeotdarclinkissue4887 messages
2014-11-26 13:41:51amaury.forgeotdarccreate