Merge pull request #2 from iandanforth/master

Another sphinx fix
This commit is contained in:
Kenneth Reitz
2012-03-18 18:24:55 -07:00
+1
View File
@@ -635,6 +635,7 @@ class BaseCookie(dict):
"""Load cookies from a string (presumably HTTP_COOKIE) or
from a dictionary. Loading cookies from a dictionary 'd'
is equivalent to calling:
map(Cookie.__setitem__, d.keys(), d.values())
"""
if type(rawdata) == type(""):