
Feb. 16, 2013
5:09 a.m.
On Sat, Feb 16, 2013 at 8:12 PM, Antoine Pitrou <solipsis@pitrou.net> wrote:
On Sat, 16 Feb 2013 19:18:22 +1000 Nick Coghlan <ncoghlan@gmail.com> wrote: I may be wrong, but I am not aware that Python is able to read encoding declarations in a non-ASCII compatible encoding :-)
Also, given the shebang line is for use by the OS, the appropriate encoding should be decided by the OS, not Python conventions. But I would surprised if a shebang-compatible used a non-ASCII encoding by default.
Oh, good point - which means the only comments are cosmetic ones, which I can fix while marking it accepted. Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia