From: Marc-André Lemburg Date: Wed, 5 May 2010 13:30:01 +0000 (+0000) Subject: Update the NEWS entry for issue #8211. X-Git-Tag: v2.7b2~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b90f7af492e0e4b5b3011c9b5e6207d4cdf0f8c;p=python Update the NEWS entry for issue #8211. --- diff --git a/Misc/NEWS b/Misc/NEWS index 4f8684ae52..f672f4aabc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -226,8 +226,8 @@ Core and Builtins - Issue #8268: Old-style classes (not just instances) now support weak references. -- Issue #8211: Save/restore CFLAGS around AC_PROG_CC in configure.in, compiler - optimizations are disabled when --with-pydebug is used. +- Issue #8211: Save/restore CFLAGS around AC_PROG_CC in configure.in, in + case it is set. - Issue #1583863: An unicode subclass can now override the __unicode__ method