projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e171551
)
use monkey patched cookies
author
Kenneth Reitz
<me@kennethreitz.com>
Sat, 19 Nov 2011 20:43:46 +0000
(15:43 -0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sat, 19 Nov 2011 20:43:46 +0000
(15:43 -0500)
requests/models.py
patch
|
blob
|
history
diff --git
a/requests/models.py
b/requests/models.py
index 808d33652abd1a80692f53121246c15ba7151397..4951198cb4824683952363b593df1e5f977ae603 100644
(file)
--- a/
requests/models.py
+++ b/
requests/models.py
@@
-420,7
+420,7
@@
class Request(object):
if 'cookie' not in self.headers:
# Simple cookie with our dict.
- c = SimpleCookie()
+ c =
oreos.monkeys.
SimpleCookie()
for (k, v) in self.cookies.items():
c[k] = v