From: Antoine Pitrou Date: Fri, 3 Sep 2010 16:12:14 +0000 (+0000) Subject: Fix NEWS entry. X-Git-Tag: v3.2a2~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b358e55db5a49970fd9f54684ed1ee21c17f54f;p=thirdparty%2FPython%2Fcpython.git Fix NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 45e27c612b42..57809db90cd0 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é.