projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
912f48e
1971bdb
)
Merge pull request #29 from meganemura/requests
author
Kenneth Reitz
<me@kennethreitz.com>
Thu, 12 May 2011 17:36:45 +0000
(13:36 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Thu, 12 May 2011 17:36:45 +0000
(13:36 -0400)
---
raised Attribute Error when post str data something like json because of not having items attribute.
move encoding data to utf-8 inside hasattr(data, items)
Trivial merge