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 blueyed
Recipients Anthony Sottile, blueyed, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-03-18.05:50:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552888230.67.0.0442994098424.issue36264@roundup.psfhosted.org>
In-reply-to
Content
Just as a sidenote: the other day I was checking Python's source to see how to override a user's home (in tests, when os.path.expanduser` is used in code), and found it easy to just set $HOME in the environment in the end.

I guess this change will cause quite some regressions in this regard - even though $HOME might not be used in practice on Windows.
History
Date User Action Args
2019-03-18 05:50:30blueyedsetrecipients: + blueyed, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, Anthony Sottile
2019-03-18 05:50:30blueyedsetmessageid: <1552888230.67.0.0442994098424.issue36264@roundup.psfhosted.org>
2019-03-18 05:50:30blueyedlinkissue36264 messages
2019-03-18 05:50:30blueyedcreate