Skip to content

Commit 78e0f40

Browse files
author
Philip Guo
committed
bah
1 parent 399e556 commit 78e0f40

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

TODO

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,13 @@ def check_python_code(code):
211211
PY_PROCESS_LOCK.release()
212212
return output
213213

214+
---
215+
2011-10-17
216+
217+
Bug report from user ... problems with utf-8 in non-commented code:
218+
219+
# coding = utf-8
220+
x = [1, 2, 3] # čęė - OK
221+
y = x
222+
y = u"asdęė" # problem
223+

0 commit comments

Comments
 (0)