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 ned.deily
Recipients blueyed, ned.deily
Date 2014-02-17.22:23:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392675797.09.0.828105953575.issue20658@psf.upfronthosting.co.za>
In-reply-to
Content
According to the Open Group Base Specification (Issue 7 2013 Issue): 

"The setenv() function shall fail if:

[EINVAL]
The envname argument points to an empty string or points to a string containing an '=' character."

So it seems to me that the issue here is that os.environ[''] attempts to allow you to create a environment variable with a null key.
History
Date User Action Args
2014-02-17 22:23:17ned.deilysetrecipients: + ned.deily, blueyed
2014-02-17 22:23:17ned.deilysetmessageid: <1392675797.09.0.828105953575.issue20658@psf.upfronthosting.co.za>
2014-02-17 22:23:17ned.deilylinkissue20658 messages
2014-02-17 22:23:16ned.deilycreate