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, baikie, ggenellina, loewis
Date 2010-07-21.10:52:00
SpamBayes Score 0.0004114361
Marked as misclassified No
Message-id <1279709523.73.0.612859891384.issue4926@psf.upfronthosting.co.za>
In-reply-to
Content
The patch actually does 2 things:
- it prevents the usage of '=' in putenv, which is is good because the putenv() system call handles this badly.
- it will raise an error when unsetting a nonexistent variable. This is a change in behaviour which is not needed. (in a shell, the "unset" command will silently ignore missing variables)

Also, some unit tests would be appreciated
History
Date User Action Args
2010-07-21 10:52:03amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, ggenellina, baikie, BreamoreBoy
2010-07-21 10:52:03amaury.forgeotdarcsetmessageid: <1279709523.73.0.612859891384.issue4926@psf.upfronthosting.co.za>
2010-07-21 10:52:00amaury.forgeotdarclinkissue4926 messages
2010-07-21 10:52:00amaury.forgeotdarccreate