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.

classification
Title: [ast branch] unicode literal fixes
Type: Stage:
Components: Interpreter Core Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, jpe, nascheme
Priority: normal Keywords: patch

Created on 2005-03-25 00:19 by jpe, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unicode.diff jpe, 2005-03-25 00:19
Messages (2)
msg48051 - (view) Author: John Ehresman (jpe) * Date: 2005-03-25 00:19
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.
msg48052 - (view) Author: Neil Schemenauer (nascheme) * (Python committer) Date: 2005-04-02 19:00
Logged In: YES 
user_id=35752

Commited.  Thanks for the patch.
History
Date User Action Args
2022-04-11 14:56:10adminsetgithub: 41753
2005-03-25 00:19:51jpecreate