summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-05-24 21:06:25 (GMT)
committerGitHub <noreply@github.com>2019-05-24 21:06:25 (GMT)
commit1c9debd2366a21525769aaa99ce334092033a963 (patch)
tree40504d3bea5eae3e4c58e9392ac67e33eb6afe18 /Misc
parent458560347f5c28e162bb288adfa0cfe5aad79557 (diff)
downloadcpython-1c9debd2366a21525769aaa99ce334092033a963.zip
cpython-1c9debd2366a21525769aaa99ce334092033a963.tar.gz
cpython-1c9debd2366a21525769aaa99ce334092033a963.tar.bz2
bpo-35907: Fix typo in the NEWS entry (GH-13559)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Security/2019-05-21-23-20-18.bpo-35907.NC_zNK.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Security/2019-05-21-23-20-18.bpo-35907.NC_zNK.rst b/Misc/NEWS.d/next/Security/2019-05-21-23-20-18.bpo-35907.NC_zNK.rst
index 9628c87..37b567a 100644
--- a/Misc/NEWS.d/next/Security/2019-05-21-23-20-18.bpo-35907.NC_zNK.rst
+++ b/Misc/NEWS.d/next/Security/2019-05-21-23-20-18.bpo-35907.NC_zNK.rst
@@ -1,3 +1,3 @@
CVE-2019-9948: Avoid file reading by disallowing ``local-file://`` and
-``local_file://`` URL schemes in ``URLopener().open()``
+``local_file://`` URL schemes in ``URLopener().open()`` and
``URLopener().retrieve()`` of :mod:`urllib.request`.