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 amaury.forgeotdarc, ezio.melotti, vstinner
Date 2011-11-17.00:06:55
SpamBayes Score 0.033866365
Marked as misclassified No
Message-id <1321488416.03.0.939163164524.issue13415@psf.upfronthosting.co.za>
In-reply-to
Content
But... there is no os.unsetenv on Windows!
2.7 used to have one, which called os.putenv(key, "")
3.2 has a os._unsetenv, which is a lambda key: _putenv(key, "")
History
Date User Action Args
2011-11-17 00:06:56amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, vstinner, ezio.melotti
2011-11-17 00:06:56amaury.forgeotdarcsetmessageid: <1321488416.03.0.939163164524.issue13415@psf.upfronthosting.co.za>
2011-11-17 00:06:55amaury.forgeotdarclinkissue13415 messages
2011-11-17 00:06:55amaury.forgeotdarccreate