Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7ad54e + 5595005 commit 95f4c9aCopy full SHA for 95f4c9a
1 file changed
lib/matplotlib/cbook.py
@@ -37,7 +37,7 @@ def addinfourl(data, headers, url, code=None):
37
def urllib_quote():
38
return urllib2.quote
39
def addinfourl(data, headers, url, code=None):
40
- return urllib2.addinfourl(io.StringIO(data),
+ return urllib2.addinfourl(io.BytesIO(data),
41
headers, url, code)
42
urllib_HTTPSHandler = urllib2.HTTPSHandler
43
urllib_build_opener = urllib2.build_opener
0 commit comments