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 CrouZ, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-11-18.17:03:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574096638.93.0.0545736514704.issue38822@roundup.psfhosted.org>
In-reply-to
Content
I haven't debugged it, but I'm guessing we're not handling the trailing slash properly when falling back to asking the parent directory for information.

Looking at the actual stat result for "C:\System Volume Information" vs. "C:\Windows", most of the information is missing in the first case, which should mean that we can't access it but we know it's a directory because the entry in C:\ said so.
History
Date User Action Args
2019-11-18 17:03:59steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, CrouZ, zach.ware
2019-11-18 17:03:58steve.dowersetmessageid: <1574096638.93.0.0545736514704.issue38822@roundup.psfhosted.org>
2019-11-18 17:03:58steve.dowerlinkissue38822 messages
2019-11-18 17:03:58steve.dowercreate