summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-06-08 17:29:20 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-06-08 17:29:20 (GMT)
commitda587ab43e4f4dab223ff1544c89c80a1442b3cc (patch)
tree8d3c9ca50216481f0f156c09ef601b6ae6fa9a4d /Misc
parent1b9e041812293fc37d13b42010e3a714dc4e5a14 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b786745..73149fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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