[Patches] [Patch #101454] Add Unicode support to "exec" and "eval()"

noreply@sourceforge.net noreply@sourceforge.net
Fri, 8 Sep 2000 13:53:35 -0700


Patch #101454 has been updated. 

Project: 
Category: core (C code)
Status: Open
Summary: Add Unicode support to "exec" and "eval()"

Follow-Ups:

Date: 2000-Sep-08 13:53
By: lemburg

Comment:
This patch adds support for Unicode objects to exec and eval().
Unicode objects are converted to default encoded strings prior
to processing them with the usual logic.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101454&group_id=5470