summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 552e949..6439b2d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,9 @@ Core and Builtins
Library
-------
+- Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()
+ functions now conform to PEP 3333 when handle non-ASCII URLs.
+
- Issue #19097: Raise the correct Exception when cgi.FieldStorage is given an
Invalid fileobj.