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

And here I thought I was clever for pointing out that things like "# coding: punycode" are legal but basically unusable...
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