note on timeouts
authorKenneth Reitz <me@kennethreitz.com>
Tue, 24 Sep 2013 18:22:02 +0000 (14:22 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Tue, 24 Sep 2013 18:22:02 +0000 (14:22 -0400)
HISTORY.rst

index 4b67a86d95e61fa6e6bc96ada7b293999b1ea3af..f968aeaa2115031b0ba36ca4e1c861848d749e40 100644 (file)
@@ -12,6 +12,7 @@ History
   i.e. bytestrings on Python 2, unicode on Python 3.
 - Proxy URLs now *must* have an explicit scheme. A ``MissingSchema`` exception
   will be raised if they don't.
+- Timeouts now apply to read time if ``Stream=False``.
 - ``RequestException`` is now a subclass of ``IOError``, not ``RuntimeError``.
 - Added new method to ``PreparedRequest`` objects: ``PreparedRequest.copy()``.
 - Added new method to ``Session`` objects: ``Session.update_request()``. This