From: Kenneth Reitz Date: Tue, 24 Sep 2013 18:22:02 +0000 (-0400) Subject: note on timeouts X-Git-Tag: v2.0~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62925fb668597e8e7a24e97aa25af1c4cf786872;p=services%2Fpython-requests.git note on timeouts --- diff --git a/HISTORY.rst b/HISTORY.rst index 4b67a86..f968aea 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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