mirror of
https://github.com/python/cpython.git
synced 2026-05-30 08:06:21 -04:00
mention unicode support in compile, eval and exec
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user