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 kaushik.ghose
Recipients eric.smith, kaushik.ghose, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-09-09.18:12:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599675146.08.0.185776701964.issue41753@roundup.psfhosted.org>
In-reply-to
Content
Thank you for your response.

There are two concerns I have here.

1. Python's promise of being straightforward. In MOST cases pathlib.Path objects do the right thing, casting to a string such that pathlib.Path is a drop in replacement. This exception is unexpected.

2. Cross platform consistency. Looks like this works on macOS and Linux. Why should it fail on Windows?

Thanks!
History
Date User Action Args
2020-09-09 18:12:26kaushik.ghosesetrecipients: + kaushik.ghose, paul.moore, eric.smith, tim.golden, zach.ware, steve.dower
2020-09-09 18:12:26kaushik.ghosesetmessageid: <1599675146.08.0.185776701964.issue41753@roundup.psfhosted.org>
2020-09-09 18:12:26kaushik.ghoselinkissue41753 messages
2020-09-09 18:12:25kaushik.ghosecreate