]> granicus.if.org Git - python/commit
Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server.
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 22 Jan 2011 13:13:05 +0000 (13:13 +0000)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 22 Jan 2011 13:13:05 +0000 (13:13 +0000)
commit8d96d77f9a386c3cadfd9c9f128b99a94aaddfb4
tree85053ad58fdc9fd916611a6d3b9cc4942feeeb23
parent137e0f0a2218479232405a4e826074148f735666
Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server.
This makes the implementation of PEP 3333 compliant servers on top of
BaseHTTPServer possible.
Lib/http/server.py
Lib/test/test_httpservers.py
Misc/NEWS