From: Just van Rossum Date: Mon, 10 Feb 2003 09:57:08 +0000 (+0000) Subject: mention unicode support in compile, eval and exec X-Git-Tag: v2.3c1~1945 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73ffb4aa4e9bb5b31ddd4aebc335e708b3b6de10;p=python mention unicode support in compile, eval and exec --- diff --git a/Misc/NEWS b/Misc/NEWS index 24f318c885..f0082fa821 100644 --- 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.