Bugs item #1105770, was opened at 2005-01-19 23:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1105770&group_id=5470
Category: Parser/Compiler Group: None Status: Open Resolution: None Priority: 5 Submitted By: Reginald B. Charney (rcharney) Assigned to: Nobody/Anonymous (nobody) Summary: null source chars handled oddly Initial Comment: 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.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1105770&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com