mention unicode support in compile, eval and exec
This commit is contained in:
parent
b9b8e9cf6d
commit
73ffb4aa4e
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue