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 jpe
Recipients
Date 2005-03-25.00:19:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Attached patch fixes test_eval by dealing with unicode
input correctly.  I'm also compiling tokenizer.c
directly rather than tokenizer_pgen.c --
tokenizer_pgen.c simply defines PGEN and then includes
tokenizer.c, which disables some of the unicode
support.  I don't think tokenizer_pgen.c is needed.
History
Date User Action Args
2007-08-23 15:42:21adminlinkissue1170272 messages
2007-08-23 15:42:21admincreate