]> granicus.if.org Git - python/commit
Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Jan 2014 10:08:11 +0000 (12:08 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Jan 2014 10:08:11 +0000 (12:08 +0200)
commit0abbe8c090707130fd492307b79cf5c608dedce0
treea5e48384c257bc97888162ecb2a864d39156f906
parent55c9e0366ee4477c34c881c942face4368cd4501
Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()
functions now conform to PEP 3333 when handle non-ASCII URLs.
Lib/test/test_wsgiref.py
Lib/wsgiref/util.py
Misc/NEWS