diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-04-03 01:40:24 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-04-03 01:40:24 (GMT) |
commit | 80d8fd85a932ad6ec66922f41078965bd94bf645 (patch) | |
tree | 46337d278e20eb5cd5024b0153ce667fd1aa64e9 /Misc | |
parent | a811c16a261b9ec1718960d6acc90fad55e612af (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |