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 p-ganssle
Recipients jaraco, p-ganssle, xtreak
Date 2021-12-28.15:09:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640704149.16.0.477189073349.issue46124@roundup.psfhosted.org>
In-reply-to
Content
Jason's patch looks good to me, but I don't understand why Karthikeyan originally suggested using `normalize_path`. Trying to dig through exactly how `files().joinpath().open` is implemented has so many layers of indirection and abstract classes that I can't quite figure out if the two things are equivalent or not. Seems like `joinpath()` is the right thing to do, but does it have less validation than the `normalize_path` method?
History
Date User Action Args
2021-12-28 15:09:09p-gansslesetrecipients: + p-ganssle, jaraco, xtreak
2021-12-28 15:09:09p-gansslesetmessageid: <1640704149.16.0.477189073349.issue46124@roundup.psfhosted.org>
2021-12-28 15:09:09p-gansslelinkissue46124 messages
2021-12-28 15:09:09p-gansslecreate