This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mcherm
Recipients
Date 2005-02-23.13:33:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=99874

I agree with doerwalter. If the file is in ascii, then it
should be in ascii... even comments. If it's not in ascii,
that's fine, but it needs to be marked as to what encoding
it IS in. I don't happen to know of any encodings in which
certain bytes with the high bit set indicate newlines, but
imagine that there were one. The newline marks the end of
the comment, so it makes a syntactic difference in the
program... we must be able to recognize newlines in order to
parse the file. And if we don't know the encoding, then how
can we possibly recognize newlines?

I propose rejecting the patch.
History
Date User Action Args
2007-08-23 16:10:32adminlinkissue1144057 messages
2007-08-23 16:10:32admincreate