]> granicus.if.org Git - python/commitdiff
Issue #26717: Merge wsgiref fix from 3.5
authorMartin Panter <vadmium+py@gmail.com>
Sun, 17 Apr 2016 02:36:50 +0000 (02:36 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sun, 17 Apr 2016 02:36:50 +0000 (02:36 +0000)
1  2 
Lib/wsgiref/simple_server.py
Misc/ACKS
Misc/NEWS

Simple merge
diff --cc Misc/ACKS
Simple merge
diff --cc Misc/NEWS
index c02cd3a234dacde899b26910df2d233a78a09c7f,94d8255eabd7fe25b53a0fcb693d410a2578034d..d763e4042a68ee9757368f9665cb98306481923c
+++ b/Misc/NEWS
@@@ -245,10 -106,10 +245,13 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8.  Patch by
+   Anthony Sottile.
 +- Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows.
 +
 +- Issue #26404: Add context manager to socketserver.  Patch by Aviv Palivoda.
 +
  - Issue #26735: Fix :func:`os.urandom` on Solaris 11.3 and newer when reading
    more than 1,024 bytes: call ``getrandom()`` multiple times with a limit of
    1024 bytes per call.