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
........
diff --git a/Misc/NEWS b/Misc/NEWS
index ee23d24..be40f9f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
Core and Builtins
-----------------
+- Raise a TypeError when trying to delete a T_STRING_INPLACE struct member.
+
- Issue #1583863: An unicode subclass can now override the __unicode__ method
- Issue #7544: Preallocate thread memory before creating the thread to avoid