From: Serhiy Storchaka Date: Sun, 17 Aug 2014 05:24:49 +0000 (+0300) Subject: Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. X-Git-Tag: v3.5.0a1~1059 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41a08e557a7b12277f98e180986d3bf06b07f7ea;p=python Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. --- 41a08e557a7b12277f98e180986d3bf06b07f7ea diff --cc Misc/NEWS index ffc3984fa7,71304b3fcc..c6bf6b7dc1 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -118,8 -27,8 +118,10 @@@ Core and Builtin Library ------- + - Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. + +- Issue #15381: Optimized line reading in io.BytesIO. + - Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() in the mailbox module.