mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
2d1b4482c5
The documentation for the 'data' parameter of various functions was inconsistant. The low-level function, used by every convenience API, internally uses RequestEncodingMixin._encode_params which accepts list of tuples as well as dictionaries, hence every function taking a data parameter also accepts a list of tuple. Keep the documentation short, but provide a link to Request for details.