summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-11-12-20-05-09.gh-issue-126601.Nj7bA9.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-12-17 09:49:37 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-12-17 09:50:39 (GMT)
commit401bfc69d1258fde07141cd1a12af00aa44a8e0f (patch)
treea007d598bd18eb7b70de8127ff4697125229b68d /Misc/NEWS.d/next/Library/2024-11-12-20-05-09.gh-issue-126601.Nj7bA9.rst
parentb9a492b809d8765ee365a5dd3c6ba4e5130a80af (diff)
downloadcpython-401bfc69d1258fde07141cd1a12af00aa44a8e0f.zip
cpython-401bfc69d1258fde07141cd1a12af00aa44a8e0f.tar.gz
cpython-401bfc69d1258fde07141cd1a12af00aa44a8e0f.tar.bz2
Python 3.14.0a3v3.14.0a3
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.