summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-12 10:08:11 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-12 10:08:11 (GMT)
commit0abbe8c090707130fd492307b79cf5c608dedce0 (patch)
treea5e48384c257bc97888162ecb2a864d39156f906 /Misc
parent55c9e0366ee4477c34c881c942face4368cd4501 (diff)
downloadcpython-0abbe8c090707130fd492307b79cf5c608dedce0.zip
cpython-0abbe8c090707130fd492307b79cf5c608dedce0.tar.gz
cpython-0abbe8c090707130fd492307b79cf5c608dedce0.tar.bz2
Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()
functions now conform to PEP 3333 when handle non-ASCII URLs.
Diffstat (limited to 'Misc')
-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.