summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-09-03 16:14:14 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-09-03 16:14:14 (GMT)
commitf6efac6df28f1f6a7d699c9fcf4c867c8fce19fb (patch)
tree9041b93ef5bf003e41dc89e922902349582e1245
parentee541e0d81a3f0a314aa9f59f324fa817bd6d27a (diff)
downloadcpython-f6efac6df28f1f6a7d699c9fcf4c867c8fce19fb.zip
cpython-f6efac6df28f1f6a7d699c9fcf4c867c8fce19fb.tar.gz
cpython-f6efac6df28f1f6a7d699c9fcf4c867c8fce19fb.tar.bz2
Merged revisions 84452 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84452 | antoine.pitrou | 2010-09-03 18:12:14 +0200 (ven., 03 sept. 2010) | 3 lines Fix NEWS entry. ........
-rw-r--r--Misc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 79f37ad..bec7771 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -523,8 +523,9 @@ Extension Modules
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é.