From 56dba6cc57c3fcc1cd6d0bc44fe2fac46689c6ec Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 24 May 2019 22:30:57 +0200 Subject: [PATCH] bpo-35907: Fix typo in the NEWS entry --- .../next/Security/2019-05-21-23-20-18.bpo-35907.NC_zNK.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9628c8797572ebd..37b567a5b6f93b1 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`.