summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2010-05-05 13:32:59 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2010-05-05 13:32:59 (GMT)
commit177ab08f96c9288ae2da4dda18ff75b3c6152483 (patch)
tree674f51ba01cd5c742e9daf3b0848ddb96103fa50 /Misc
parent01d05ada7bfc84c26612c1eb42cb1787d3666ad6 (diff)
downloadcpython-177ab08f96c9288ae2da4dda18ff75b3c6152483.zip
cpython-177ab08f96c9288ae2da4dda18ff75b3c6152483.tar.gz
cpython-177ab08f96c9288ae2da4dda18ff75b3c6152483.tar.bz2
Merged revisions 80782 via svnmerge from
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. ........
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 e847c01..e1ce08b 100644
--- 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