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 rhettinger
Recipients Antony.Lee, brett.cannon, eryksun, ethan.furman, rhettinger, serhiy.storchaka, vstinner
Date 2020-01-28.22:07:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580249277.26.0.631933010545.issue39461@roundup.psfhosted.org>
In-reply-to
Content
I don't think proposal this makes sense.  os.environ is a dict-like object providing clean access to the environment variables.  Use of Paths is an orthogonal problem unrelated to environment variables.
History
Date User Action Args
2020-01-28 22:07:57rhettingersetrecipients: + rhettinger, brett.cannon, vstinner, ethan.furman, serhiy.storchaka, Antony.Lee, eryksun
2020-01-28 22:07:57rhettingersetmessageid: <1580249277.26.0.631933010545.issue39461@roundup.psfhosted.org>
2020-01-28 22:07:57rhettingerlinkissue39461 messages
2020-01-28 22:07:57rhettingercreate