Commit 54fb60bc authored by Just van Rossum's avatar Just van Rossum

mention unicode support in compile, eval and exec

parent d4080a99
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment