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 bbea2db + bd8dab4 commit b22011bCopy full SHA for b22011b
tests/test_file.py
@@ -60,6 +60,8 @@ def fn(s):
60
fn(cStringIO.StringIO(b))
61
fn(buffer(b)) # noqa: F821
62
63
+ if six.PY3:
64
+ fn(b)
65
66
def test_create_with_url(): # type: () -> None
67
f = File.create_with_url(
0 commit comments