]> granicus.if.org Git - python/commitdiff
mention unicode support in compile, eval and exec
authorJust van Rossum <just@letterror.com>
Mon, 10 Feb 2003 09:57:08 +0000 (09:57 +0000)
committerJust van Rossum <just@letterror.com>
Mon, 10 Feb 2003 09:57:08 +0000 (09:57 +0000)
Misc/NEWS

index 24f318c88536e55a9f0e11221778ec264283ef4e..f0082fa82147cba94c1ee530088f88d83c2827a3 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.