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 steve.dower
Recipients barneygale, serhiy.storchaka, steve.dower
Date 2021-04-07.18:25:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617819929.24.0.166088900116.issue39899@roundup.psfhosted.org>
In-reply-to
Content
> Firstly, `os.path.expanduser()` is already documented to return the path unchanged if the home directory can't be resolved:

Ah, too bad. Doesn't prevent us from changing it, but hopefully it means that everyone using it is already checking the result and not blindly using it.

> I can understand why this could be seen as change for change's sake. In fact this code removal greatly aids my work towards addressing bpo-24132.

In light of this, did you mean to close the issue? Or do you still want to pursue making the change?
History
Date User Action Args
2021-04-07 18:25:29steve.dowersetrecipients: + steve.dower, serhiy.storchaka, barneygale
2021-04-07 18:25:29steve.dowersetmessageid: <1617819929.24.0.166088900116.issue39899@roundup.psfhosted.org>
2021-04-07 18:25:29steve.dowerlinkissue39899 messages
2021-04-07 18:25:29steve.dowercreate