Python's 8-bit cleanness deprecated?

Erik Max Francis max at alcyone.com
Wed Feb 5 17:53:23 EST 2003


"Anders J. Munch" wrote:

> Source file encoding has direct consequences for program execution.
> The shebang and Emacs/vim encoding comments do not.

That seems to me a distinction without a difference.  The bangpath
determines (or at least can determine on some operating systems) which
interpreter gets run; if you require a certain interpreter version and
have the bangpath set wrong, your script will bomb.  Certainly that has
direct consequences for program execution.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ It comes from inside, and that's what I consider to be soul music.
\__/ Sade Adu
    Esperanto reference / http://www.alcyone.com/max/lang/esperanto/
 An Esperanto reference for English speakers.




More information about the Python-list mailing list