mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
OrderedDict no longer in compat.py as it's in collections in Py2.7+
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
|
||||
- Support for Python 2.6 has been dropped.
|
||||
|
||||
- The ``OrderedDict`` import no longer exists in compat.py because it is part
|
||||
of ``collections`` in Python 2.7 and newer.
|
||||
|
||||
- Simplified logic for determining Content-Length and Transfer-Encoding.
|
||||
Requests will now avoid setting both headers on the same request, and
|
||||
raise an exception if this is done manually by a user.
|
||||
|
||||
Reference in New Issue
Block a user