diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-06-08 17:29:20 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-06-08 17:29:20 (GMT) |
commit | da587ab43e4f4dab223ff1544c89c80a1442b3cc (patch) | |
tree | 8d3c9ca50216481f0f156c09ef601b6ae6fa9a4d /Misc | |
parent | 1b9e041812293fc37d13b42010e3a714dc4e5a14 (diff) | |
download | cpython-da587ab43e4f4dab223ff1544c89c80a1442b3cc.zip cpython-da587ab43e4f4dab223ff1544c89c80a1442b3cc.tar.gz cpython-da587ab43e4f4dab223ff1544c89c80a1442b3cc.tar.bz2 |
Bug #1733488: Fix compilation of bufferobject.c on AIX.
Will backport to 2.5.
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 2.6 alpha 1? Core and builtins ----------------- +- Bug #1733488: Fix compilation of bufferobject.c on AIX. + - Bug #1722485: remove docstrings again when running with -OO. - Add new attribute names for function objects. All the func_* become |