mirror of
https://github.com/python/cpython.git
synced 2026-02-21 06:30:52 +00:00
mention unicode support in compile, eval and exec
This commit is contained in:
parent
b9b8e9cf6d
commit
73ffb4aa4e
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue