Update documentation of the "data" parameter for requests.post() to indicate that...
authorRichard Boulton <richard@tartarus.org>
Thu, 16 Jun 2011 10:18:47 +0000 (03:18 -0700)
committerRichard Boulton <richard@tartarus.org>
Thu, 16 Jun 2011 10:18:47 +0000 (03:18 -0700)
commit3d1444b829f63582b0acb6aa53b82b2693c19213
tree2d1306a8d4847c84045f2b62951298898b73ec9e
parent4d3a9defd25bebae524c15647b897a3459365410
Update documentation of the "data" parameter for requests.post() to indicate that it allows bytes.  Update documentation of requests.put() to refer to the "data" parameter rather than the (hidden, but functional) "params" parameter, and note that that also allows both bytes and dictionaries.
requests/api.py