Python's 8-bit cleanness deprecated?
Dale Strickland-Clark
dale at riverhall.NOTHANKS.co.uk
Tue Feb 4 20:08:56 EST 2003
More information about the Python-list mailing list
Tue Feb 4 20:08:56 EST 2003
- Previous message (by thread): Python's 8-bit cleanness deprecated?
- Next message (by thread): Python's 8-bit cleanness deprecated?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Paul Rubin <phr-n2003b at NOSPAMnightsong.com> wrote: >Brian Quinlan <brian at sweetapp.com> writes: >> Just add: >> # -*- coding: Latin-1 -*- >> >> to the top of your source files and you will be fine. > >What is this nonsense? The interpreter is reading comment text now? >Yucch! Absolutely. And what if you get the syntax wrong? How close to correct does it have to be before you get told you've got it wrong? Is everything bracketed by -*- on line 1-2 now parsed? Parsing comments is a very poor solution. -- Dale Strickland-Clark Riverhall Systems Ltd
- Previous message (by thread): Python's 8-bit cleanness deprecated?
- Next message (by thread): Python's 8-bit cleanness deprecated?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list