Python's Preprocessor – a deep dive into custom codecs
1–4 of 4 posts
Re: Python's Preprocessor – a deep dive into custom codecs
#2[deleted]
Re: Python's Preprocessor – a deep dive into custom codecs
#3I 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
Re: Python's Preprocessor – a deep dive into custom codecs
#4And here I thought I was clever for pointing out that things like "# coding: punycode" are legal but basically unusable...