]> granicus.if.org Git - python/commitdiff
bpo-35907: Fix typo in the NEWS entry (GH-13559)
authorVictor Stinner <vstinner@redhat.com>
Fri, 24 May 2019 21:06:25 +0000 (23:06 +0200)
committerGitHub <noreply@github.com>
Fri, 24 May 2019 21:06:25 +0000 (23:06 +0200)
Misc/NEWS.d/next/Security/2019-05-21-23-20-18.bpo-35907.NC_zNK.rst

index 9628c8797572ebdbc02638f4f5f617cd1280fc3b..37b567a5b6f93b19eccccada020d002c96f642fe 100644 (file)
@@ -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`.