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 barneygale
Recipients barneygale, serhiy.storchaka
Date 2020-03-08.05:58:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583647102.9.0.377918818607.issue39899@roundup.psfhosted.org>
In-reply-to
Content
We can check whether `os.path.expanduser()` returned a path beginning with "~" and raise a RuntimeError if so, right? On point #2, I'm not sure this optimization alone justifies the duplication. PR incoming...
History
Date User Action Args
2020-03-08 05:58:22barneygalesetrecipients: + barneygale, serhiy.storchaka
2020-03-08 05:58:22barneygalesetmessageid: <1583647102.9.0.377918818607.issue39899@roundup.psfhosted.org>
2020-03-08 05:58:22barneygalelinkissue39899 messages
2020-03-08 05:58:22barneygalecreate