]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Release note updates
authorBen Darnell <ben@bendarnell.com>
Mon, 26 Mar 2012 00:22:33 +0000 (17:22 -0700)
committerBen Darnell <ben@bendarnell.com>
Mon, 26 Mar 2012 00:22:33 +0000 (17:22 -0700)
website/sphinx/releases/next.rst

index 080bd9ec5e288e1d0f2beafdda7162222c29981b..1940fc5ea53b19d362874733a523123ad945648b 100644 (file)
@@ -29,3 +29,13 @@ In progress
   request, improving compatibility with some caches.
 * `tornado.simple_httpclient` no longer includes basic auth credentials
   in the ``Host`` header when those credentials are extracted from the URL.
+* `tornado.testing.AsyncTestCase.wait` now resets its timeout on each call.
+* `tornado.simple_httpclient` no longer modifies the caller-supplied header
+  dictionary, which caused problems when following redirects.
+* `tornado.web.addslash` and ``removeslash`` decorators now send permanent
+  redirects (301) instead of temporary (302).
+* `tornado.wsgi.WSGIApplication` now parses arguments correctly on Python 3.
+* `tornado.auth.FacebookGraphMixin` no longer sends ``post_args`` redundantly
+  in the url.
+* `tornado.iostream.IOStream.read_until` and ``read_until_regex`` are much
+  faster with large input.