This commit is contained in:
Alvaro Carroz 2016-09-04 17:20:39 +00:00 committed by GitHub
commit 1216b8829a
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ except ImportError:
for i, arg in enumerate(args):
if i:
write(sep)
write(arg)
write(arg.encode('utf-8'))
write(end)
else:
print_ = getattr(builtins, 'print')