diff options
Diffstat (limited to 'Misc/NEWS.d/next/Tests/2024-01-08-21-15-48.gh-issue-44626.DRq-PR.rst')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2024-01-08-21-15-48.gh-issue-44626.DRq-PR.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/Tests/2024-01-08-21-15-48.gh-issue-44626.DRq-PR.rst b/Misc/NEWS.d/next/Tests/2024-01-08-21-15-48.gh-issue-44626.DRq-PR.rst deleted file mode 100644 index 3fa304b..0000000 --- a/Misc/NEWS.d/next/Tests/2024-01-08-21-15-48.gh-issue-44626.DRq-PR.rst +++ /dev/null @@ -1,5 +0,0 @@ -Fix :func:`os.path.isabs` incorrectly returning ``True`` when given a path -that starts with exactly one (back)slash on Windows. - -Fix :meth:`pathlib.PureWindowsPath.is_absolute` incorrectly returning -``False`` for some paths beginning with two (back)slashes. |