summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-11-12-20-05-09.gh-issue-126601.Nj7bA9.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2024-11-12-20-05-09.gh-issue-126601.Nj7bA9.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2024-11-12-20-05-09.gh-issue-126601.Nj7bA9.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-12-20-05-09.gh-issue-126601.Nj7bA9.rst b/Misc/NEWS.d/next/Library/2024-11-12-20-05-09.gh-issue-126601.Nj7bA9.rst
deleted file mode 100644
index 11e2b73..0000000
--- a/Misc/NEWS.d/next/Library/2024-11-12-20-05-09.gh-issue-126601.Nj7bA9.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Fix issue where :func:`urllib.request.pathname2url` raised :exc:`OSError`
-when given a Windows path containing a colon character not following a
-drive letter, such as before an NTFS alternate data stream.