summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-04-03 01:28:57 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-04-03 01:28:57 (GMT)
commit1c7c11ef613f64405523972b0db4be2cdc53d8e5 (patch)
tree4256b6969c45b37386ea049d934e1f814eb587e7 /Misc
parent931190b4f5b8c2fc9171e0d30697dcb66fd93441 (diff)
downloadcpython-1c7c11ef613f64405523972b0db4be2cdc53d8e5.zip
cpython-1c7c11ef613f64405523972b0db4be2cdc53d8e5.tar.gz
cpython-1c7c11ef613f64405523972b0db4be2cdc53d8e5.tar.bz2
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 95cc283..657172f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.7 beta 1?
Core and Builtins
-----------------
+- Raise a TypeError when trying to delete a T_STRING_INPLACE struct member.
+
- Issue #7994: Issue a PendingDeprecationWarning if object.__format__
is called with a non-empty format string. This is an effort to
future-proof user code. If a derived class does not currently