]> granicus.if.org Git - python/commitdiff
Fix NEWS entry.
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 3 Sep 2010 16:12:14 +0000 (16:12 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 3 Sep 2010 16:12:14 +0000 (16:12 +0000)
Misc/NEWS

index 45e27c612b42c8bc3064d1763523851117f5979f..57809db90cd098538a1ff9c4b8bec6dfc8ee7abd 100644 (file)
--- 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Ă©.