summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2e2b03f..fe83897 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,11 +87,6 @@ Core and Builtins
Library
-------
-- Issue #14826: Quote urls in urllib.request.Request similar to how they are
- quoted by urllib.request.URLopener. Allows urls to spaces in them to work
- transparently with urllib.request.urlopen(...). Patch contributed by Stephen
- Thorne.
-
- Issue #14990: Correctly fail with SyntaxError on invalid encoding
declaration.