]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
web: Remove obsolete doc about stream_request_body and async prepare
authorBen Darnell <ben@bendarnell.com>
Sun, 5 Feb 2017 22:58:38 +0000 (17:58 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 5 Feb 2017 22:58:38 +0000 (17:58 -0500)
Fixes #1933

tornado/web.py

index 9557a6f3fefbef6d61ef62bec89d618cbfb820ee..21cc25f95764944b0ed547fa88ac746e574328e9 100644 (file)
@@ -1672,10 +1672,6 @@ def stream_request_body(cls):
     * The regular HTTP method (``post``, ``put``, etc) will be called after
       the entire body has been read.
 
-    There is a subtle interaction between ``data_received`` and asynchronous
-    ``prepare``: The first call to ``data_received`` may occur at any point
-    after the call to ``prepare`` has returned *or yielded*.
-
     See the `file receiver demo <https://github.com/tornadoweb/tornado/tree/master/demos/file_upload/>`_
     for example usage.
     """