cpython/Misc/NEWS.d/next/Windows/2021-04-22-19-49-20.bpo-388...

4 lines
217 B
ReStructuredText

Fixed :func:`os.stat` failing on inaccessible directories with a trailing
slash, rather than falling back to the parent directory's metadata. This
implicitly affected :func:`os.path.exists` and :func:`os.path.isdir`.