commit | 1c7c11ef613f64405523972b0db4be2cdc53d8e5 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Apr 03 01:28:57 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Apr 03 01:28:57 2010 +0000 |
tree | 4256b6969c45b37386ea049d934e1f814eb587e7 | |
parent | 931190b4f5b8c2fc9171e0d30697dcb66fd93441 [diff] [blame] |
give TypeError when trying to set T_STRING_INPLACE
diff --git a/Misc/NEWS b/Misc/NEWS index 95cc283..657172f 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 #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