summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2010-05-05 13:30:01 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2010-05-05 13:30:01 (GMT)
commit9b90f7af492e0e4b5b3011c9b5e6207d4cdf0f8c (patch)
treec5d8b08cce3699cf9ba4c5f32b897e7a2015ee35 /Misc
parent926fd4ee32de00ddb44df111f830678e2bcc6524 (diff)
downloadcpython-9b90f7af492e0e4b5b3011c9b5e6207d4cdf0f8c.zip
cpython-9b90f7af492e0e4b5b3011c9b5e6207d4cdf0f8c.tar.gz
cpython-9b90f7af492e0e4b5b3011c9b5e6207d4cdf0f8c.tar.bz2
Update the NEWS entry for issue #8211.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4f8684a..f672f4a 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