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 Antony.Lee, brett.cannon, ethan.furman, vstinner
Date 2020-01-27.16:04:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580141046.08.0.527389819869.issue39461@roundup.psfhosted.org>
In-reply-to
Content
Currently, os.environ behaves as a dictionary. When you put value into os.environ[key], os.environ[key] gives you back this value. If we start to convert value to a different type (convert something to str), it can be surprising.
History
Date User Action Args
2020-01-27 16:04:06vstinnersetrecipients: + vstinner, brett.cannon, ethan.furman, Antony.Lee
2020-01-27 16:04:06vstinnersetmessageid: <1580141046.08.0.527389819869.issue39461@roundup.psfhosted.org>
2020-01-27 16:04:06vstinnerlinkissue39461 messages
2020-01-27 16:04:06vstinnercreate