Y
Hacker News
new
|
ask
|
show
|
jobs
by
marcosdumay
4223 days ago
Add a file encoding directive[1] at the begining of your file, and you can shoot at as many of your feet as you want.
[1] PEP 0263:
https://www.python.org/dev/peps/pep-0263/
1 comments
rspeer
4223 days ago
In Python 2 that only works within string literals, though.
link