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 vstinner
Recipients Anj-A, aldwinaldwin, larry, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware, zufuliu
Date 2019-11-04.16:56:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572886561.16.0.604606792387.issue37436@roundup.psfhosted.org>
In-reply-to
Content
This issue reminds me bpo-33721:

"os.path functions that return a boolean result like exists(), lexists(), isdir(), isfile(), islink(), and ismount() now return False instead of raising ValueError or its subclasses UnicodeEncodeError and UnicodeDecodeError for paths that contain characters or bytes unrepresentable at the OS level. (Contributed by Serhiy Storchaka in bpo-33721.)"

https://docs.python.org/dev/whatsnew/3.8.html#os-path
History
Date User Action Args
2019-11-04 16:56:01vstinnersetrecipients: + vstinner, paul.moore, larry, tim.golden, zach.ware, serhiy.storchaka, steve.dower, aldwinaldwin, zufuliu, Anj-A
2019-11-04 16:56:01vstinnersetmessageid: <1572886561.16.0.604606792387.issue37436@roundup.psfhosted.org>
2019-11-04 16:56:01vstinnerlinkissue37436 messages
2019-11-04 16:56:00vstinnercreate