bpo-35907: Fix typo in the NEWS entry (GH-13559)

This commit is contained in:
Victor Stinner 2019-05-24 23:06:25 +02:00 committed by GitHub
parent 458560347f
commit 1c9debd236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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`.