diff options
author | Nate Prewitt <Nate.Prewitt@gmail.com> | 2018-05-17 07:17:50 -0700 |
---|---|---|
committer | Nate Prewitt <Nate.Prewitt@gmail.com> | 2018-05-17 07:17:50 -0700 |
commit | 044123de862265aee8b371181c9a61393a2cc3fb (patch) | |
tree | 8568926e9e0dab0033eb43e515e18e0d90610198 | |
parent | 322bb266d6a68110001912ffbd0fa4781f26aded (diff) | |
download | python-requests-none_filepointer.tar.gz |
updating HISTORY.rstnone_filepointer
-rw-r--r-- | HISTORY.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index 2c853f9a..1d238eed 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -23,6 +23,7 @@ dev - DNS resolution in proxy bypass no longer includes the username and password in the request. This also fixes the issue of DNS queries failing on macOS. - Properly normalize adapter prefixes for url comparison. +- Passing ``None`` as a file pointer to the ``files`` param no longer raises an exception. 2.18.4 (2017-08-15) +++++++++++++++++++ |