summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-09-03 16:12:14 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-09-03 16:12:14 (GMT)
commit8b358e55db5a49970fd9f54684ed1ee21c17f54f (patch)
tree12ccba337d0052dbd36b9f0567fbe1e2d9952610
parent6c765284a305db7a1afbbd8b05ef39835848e7c1 (diff)
downloadcpython-8b358e55db5a49970fd9f54684ed1ee21c17f54f.zip
cpython-8b358e55db5a49970fd9f54684ed1ee21c17f54f.tar.gz
cpython-8b358e55db5a49970fd9f54684ed1ee21c17f54f.tar.bz2
Fix NEWS entry.
-rw-r--r--Misc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 45e27c6..57809db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -378,8 +378,9 @@ Tests
Build
-----
-- Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become
- _Py_add_one_to_C() and _Py_add_one_to_F(), respectively.
+- Issue #3101: Helper functions _add_one_to_index_C() and
+ _add_one_to_index_F() become _Py_add_one_to_index_C() and
+ _Py_add_one_to_index_F(), respectively.
- Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by
Sébastien Sablé.