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 rcharney
Recipients
Date 2005-01-20.07:35:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When null characters appear in the source, outside
literals, tokenize seems to either: skip the null
character and the next two following characters; or
ignore the remainder of the line, including the newline
character.

(To see the invalid characters, use vim, or an editor
that displays control characters when needed.)
History
Date User Action Args
2007-08-23 14:29:03adminlinkissue1105770 messages
2007-08-23 14:29:03admincreate