]> granicus.if.org Git - python/commitdiff
Update the NEWS entry for issue #8211.
authorMarc-André Lemburg <mal@egenix.com>
Wed, 5 May 2010 13:30:01 +0000 (13:30 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Wed, 5 May 2010 13:30:01 +0000 (13:30 +0000)
Misc/NEWS

index 4f8684ae5255e8b74597a1231a954e9a9fa068fc..f672f4aabc361f4ac68baf14b4dd696b7b76c498 100644 (file)
--- 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