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 eryksun, jimbo1qaz_, paul.moore, pitrou, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2021-04-22.20:04:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619121887.6.0.288488530981.issue35306@roundup.psfhosted.org>
In-reply-to
Content
New changeset 4696f1285d83dd7b69f459c63e14080b1f87f797 by Steve Dower in branch 'master':
bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename (GH-25529)
https://github.com/python/cpython/commit/4696f1285d83dd7b69f459c63e14080b1f87f797
History
Date User Action Args
2021-04-22 20:04:47steve.dowersetrecipients: + steve.dower, paul.moore, pitrou, tim.golden, zach.ware, serhiy.storchaka, eryksun, jimbo1qaz_
2021-04-22 20:04:47steve.dowersetmessageid: <1619121887.6.0.288488530981.issue35306@roundup.psfhosted.org>
2021-04-22 20:04:47steve.dowerlinkissue35306 messages
2021-04-22 20:04:47steve.dowercreate