diff options
Diffstat (limited to 'Misc/NEWS.d/next/Windows/2023-10-03-12-30-59.gh-issue-82367.nxwfMx.rst')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2023-10-03-12-30-59.gh-issue-82367.nxwfMx.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2023-10-03-12-30-59.gh-issue-82367.nxwfMx.rst b/Misc/NEWS.d/next/Windows/2023-10-03-12-30-59.gh-issue-82367.nxwfMx.rst new file mode 100644 index 0000000..613ca07 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2023-10-03-12-30-59.gh-issue-82367.nxwfMx.rst @@ -0,0 +1,2 @@ +:func:`os.path.realpath` now resolves MS-DOS style file names even if +the file is not accessible. Patch by Moonsik Park. |