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 eric.smith
Recipients Torxed, eric.smith
Date 2020-12-28.00:52:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609116731.03.0.820817994708.issue42758@roundup.psfhosted.org>
In-reply-to
Content
Can you describe what this would do? How is it different from path.is_relative_to(other_path)?

>>> import pathlib
>>> pathlib.Path('/home/Torxed/machine.qcow2').is_relative_to(pathlib.Path('/home/Torxed'))
True
History
Date User Action Args
2020-12-28 00:52:11eric.smithsetrecipients: + eric.smith, Torxed
2020-12-28 00:52:11eric.smithsetmessageid: <1609116731.03.0.820817994708.issue42758@roundup.psfhosted.org>
2020-12-28 00:52:11eric.smithlinkissue42758 messages
2020-12-28 00:52:10eric.smithcreate