Skip to content

Commit

Permalink
!+=
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Feb 24, 2011
1 parent 7369e47 commit 47ecb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests/core.py
Expand Up @@ -124,7 +124,7 @@ def _get_opener(self):
cookie_handler = urllib2.HTTPCookieProcessor(cookiejar)
_handlers.append(cookie_handler)

_handlers += get_handlers()
_handlers.extend(get_handlers())
opener = urllib2.build_opener(*_handlers)
return opener.open

Expand Down

0 comments on commit 47ecb36

Please sign in to comment.