]> git.ipfire.org Git - thirdparty/tornado.git/commit
httputil: Deprecate old interfaces 2360/head
authorBen Darnell <ben@bendarnell.com>
Sat, 21 Apr 2018 21:01:32 +0000 (17:01 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 21 Apr 2018 21:11:10 +0000 (17:11 -0400)
commita86348e2e4585e9a06cd8728d45a15a5b83502f5
treee2a94c0408fc95a5a86c4811ea0377ced2be42d0
parenteef32e2544355d3198f8c8c59b714d7d2de3cb7f
httputil: Deprecate old interfaces

This is mainly preparation for HTTP/2: request.write was designed to
mix headers and bodies in a way that is no longer supported.
tornado/httputil.py
tornado/test/httpserver_test.py
tornado/web.py