Y
Hacker News
new
|
ask
|
show
|
jobs
Python's Preprocessor – a deep dive into custom codecs
(
pydong.org
)
5 points
by
Tsche
673 days ago
2 comments
zahlman
672 days ago
And here I thought I was clever for pointing out that things like "# coding: punycode" are legal but basically unusable...
link
gea0
673 days ago
I always just glanced over the usual "# coding=utf8" lines in python files, and never thought they could be used in such unexpected ways. Great read
link