mention unicode support in compile, eval and exec

This commit is contained in:
Just van Rossum 2003-02-10 09:57:08 +00:00
parent b9b8e9cf6d
commit 73ffb4aa4e
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ What's New in Python 2.3 alpha 2?
Core and builtins
-----------------
- compile(), eval() and the exec statement now fully support source code
passed as unicode strings.
- int subclasses can be initialized with longs if the value fits in an int.
See SF bug #683467.