mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
cfa627ae62
* Properly handle repeated data fields for multipart/form-data requests (#737) * Allow a list of 2-tuples as the `files` agument. * Consistently serialize lists a of parameters (#729).