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:
d0aa017
)
sp.
author
Kenneth Reitz
<me@kennethreitz.com>
Wed, 17 Aug 2011 05:32:12 +0000
(
01:32
-0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Wed, 17 Aug 2011 05:32:12 +0000
(
01:32
-0400)
requests/utils.py
patch
|
blob
|
history
diff --git
a/requests/utils.py
b/requests/utils.py
index 0719f8103f544e2a0ecfc765fa0265d2df55065d..716986b842b2f9ec897f790d2c1c5781a31ebdd9 100644
(file)
--- a/
requests/utils.py
+++ b/
requests/utils.py
@@
-27,7
+27,7
@@
def dict_from_cookiejar(cookiejar):
def cookiejar_from_dict(cookie_dict, domain=None):
- """Returns a CookieJar from a key/value dict
oi
nary."""
+ """Returns a CookieJar from a key/value dict
io
nary."""
# create cookiejar
cj = cookielib.CookieJar()