models.RequestEncodingMixin._encode_files now takes bytearray as fp in addition to...
authorRasmus Scholer (TimelineX) <rasmusscholer@gmail.com>
Tue, 3 Mar 2015 01:44:52 +0000 (02:44 +0100)
committerRasmus Scholer (TimelineX) <rasmusscholer@gmail.com>
Tue, 3 Mar 2015 01:44:52 +0000 (02:44 +0100)
commit11b12c3e07c542f9027b3cd3fac0d59573d28c2b
treea98123091b17e9a45e170d2fccc6deeea727ef15
parent461b740db6ae3d3ab1c5d975b657307f5c630fcb
models.RequestEncodingMixin._encode_files now takes bytearray as fp in addition to the currently supported bytes and str input.
requests/models.py