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.
1 parent 2784b2f commit ee7e295Copy full SHA for ee7e295
bpython/test/test_interpreter.py
@@ -130,7 +130,7 @@ def gfunc():
130
self.assertEqual(plain("").join(a), expected)
131
132
def test_runsource_bytes_over_128_syntax_error_py3(self):
133
- i = interpreter.Interp(encoding=b"latin-1")
+ i = interpreter.Interp(encoding="latin-1")
134
i.showsyntaxerror = mock.Mock(return_value=None)
135
136
i.runsource("a = b'\xfe'")
0 commit comments