summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-06-06-16-00-03.gh-issue-105382.A1LgzA.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2023-06-06-16-00-03.gh-issue-105382.A1LgzA.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2023-06-06-16-00-03.gh-issue-105382.A1LgzA.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-06-06-16-00-03.gh-issue-105382.A1LgzA.rst b/Misc/NEWS.d/next/Library/2023-06-06-16-00-03.gh-issue-105382.A1LgzA.rst
deleted file mode 100644
index 4e6d727..0000000
--- a/Misc/NEWS.d/next/Library/2023-06-06-16-00-03.gh-issue-105382.A1LgzA.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Remove *cafile*, *capath* and *cadefault* parameters of the
-:func:`urllib.request.urlopen` function, deprecated in Python 3.6. Patch by
-Victor Stinner.