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 59cf853 commit a041e11Copy full SHA for a041e11
1 file changed
Lib/test/test_modulefinder.py
@@ -284,10 +284,11 @@ def foo(): pass
284
# 0xe2 is not allowed in utf8
285
print('CP1252 test P\xe2t\xe9')
286
import b_utf8
287
+""" + """\
288
b_utf8.py
289
# use the default of utf8
290
print('Unicode test A code point 2090 \u2090 that is not valid in cp1252')
-"""]
291
+""".encode('utf-8')]
292
293
def open_file(path):
294
dirname = os.path.dirname(path)
0 commit comments