diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-12-08 09:02:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-08 09:02:06 (GMT) |
commit | f43b3d51a9488a7f2334fffde1c0209ebf054a58 (patch) | |
tree | 75a3a0f5d81321edfbc28869cac9601ef5c57d6e /Misc/NEWS.d/next/Library/2021-08-03-05-31-00.bpo-44817.wOW_Qn.rst | |
parent | 42fde2d164eb6f9c31a01b290114026d857676ad (diff) | |
download | cpython-f43b3d51a9488a7f2334fffde1c0209ebf054a58.zip cpython-f43b3d51a9488a7f2334fffde1c0209ebf054a58.tar.gz cpython-f43b3d51a9488a7f2334fffde1c0209ebf054a58.tar.bz2 |
[3.11] bpo-44817: Ignore additional errors in ntpath.realpath (GH-27574) (GH-100022)
(cherry picked from commit 124ecd657646f808d1d3282c37ee19aae6bcb47f)
Co-authored-by: Michael Förderer <michael.foerderer@gmx.de>
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-08-03-05-31-00.bpo-44817.wOW_Qn.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-08-03-05-31-00.bpo-44817.wOW_Qn.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-08-03-05-31-00.bpo-44817.wOW_Qn.rst b/Misc/NEWS.d/next/Library/2021-08-03-05-31-00.bpo-44817.wOW_Qn.rst new file mode 100644 index 0000000..79f8c50 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-08-03-05-31-00.bpo-44817.wOW_Qn.rst @@ -0,0 +1,2 @@ +Ignore WinError 53 (ERROR_BAD_NETPATH), 65 (ERROR_NETWORK_ACCESS_DENIED) +and 161 (ERROR_BAD_PATHNAME) when using ntpath.realpath(). |