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 vstinner
Recipients Arfrever, akira, blueyed, iritkatriel, ned.deily, pefu, serhiy.storchaka, vstinner
Date 2021-08-30.14:24:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630333440.51.0.32479545196.issue20658@roundup.psfhosted.org>
In-reply-to
Content
By the way:
---
The env command from GNU coreutils supports setting the environment variable with an empty name but not unsetting it. That's a bug.

$ env '=wibble' env |grep wibble                                 
=wibble
$ env '=wibble' env -u '' env
env: cannot unset `': Invalid argument
---

https://unix.stackexchange.com/questions/178522/unsetting-environment-variable-with-an-empty-name
History
Date User Action Args
2021-08-30 14:24:00vstinnersetrecipients: + vstinner, pefu, blueyed, ned.deily, Arfrever, akira, serhiy.storchaka, iritkatriel
2021-08-30 14:24:00vstinnersetmessageid: <1630333440.51.0.32479545196.issue20658@roundup.psfhosted.org>
2021-08-30 14:24:00vstinnerlinkissue20658 messages
2021-08-30 14:24:00vstinnercreate