]> granicus.if.org Git - python/commitdiff
Merged revisions 80782 via svnmerge from
authorMarc-André Lemburg <mal@egenix.com>
Wed, 5 May 2010 13:32:59 +0000 (13:32 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Wed, 5 May 2010 13:32:59 +0000 (13:32 +0000)
svn+pythonssh://pythondev@svn.python.org/python/trunk

........
  r80782 | marc-andre.lemburg | 2010-05-05 15:30:01 +0200 (Wed, 05 May 2010) | 3 lines

  Update the NEWS entry for issue #8211.
........

Misc/NEWS

index e847c01e5bec2970d54fc5265d9e7483e0014023..e1ce08b4b023fdfddc8aa2452cb109be9e1e14f7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -54,8 +54,8 @@ Core and Builtins
 
 - Raise a TypeError when trying to delete a T_STRING_INPLACE struct member.
 
-- 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 #8226: sys.setfilesystemencoding() raises a LookupError if the encoding
   is unknown