summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-04-03 01:40:24 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-04-03 01:40:24 (GMT)
commit80d8fd85a932ad6ec66922f41078965bd94bf645 (patch)
tree46337d278e20eb5cd5024b0153ce667fd1aa64e9 /Misc
parenta811c16a261b9ec1718960d6acc90fad55e612af (diff)
downloadcpython-80d8fd85a932ad6ec66922f41078965bd94bf645.zip
cpython-80d8fd85a932ad6ec66922f41078965bd94bf645.tar.gz
cpython-80d8fd85a932ad6ec66922f41078965bd94bf645.tar.bz2
Merged revisions 79642,79644 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79642 | benjamin.peterson | 2010-04-02 20:08:34 -0500 (Fri, 02 Apr 2010) | 1 line split out large test function ........ r79644 | benjamin.peterson | 2010-04-02 20:28:57 -0500 (Fri, 02 Apr 2010) | 1 line give TypeError when trying to set T_STRING_INPLACE ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 869fdf6..5edfa0b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.2 Alpha 1?
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.