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 serhiy.storchaka
Recipients Antony.Lee, brett.cannon, ethan.furman, serhiy.storchaka, vstinner
Date 2020-01-27.16:43:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580143434.92.0.0736207413393.issue39461@roundup.psfhosted.org>
In-reply-to
Content
Implicit conversion can also hide some bugs.

Semantically os.environ is an str to str mapping and os.environb is a bytes to bytes mapping.
History
Date User Action Args
2020-01-27 16:43:54serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, vstinner, ethan.furman, Antony.Lee
2020-01-27 16:43:54serhiy.storchakasetmessageid: <1580143434.92.0.0736207413393.issue39461@roundup.psfhosted.org>
2020-01-27 16:43:54serhiy.storchakalinkissue39461 messages
2020-01-27 16:43:54serhiy.storchakacreate