Merged revisions 84391 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84391 | antoine.pitrou | 2010-09-01 14:58:21 +0200 (mer., 01 sept. 2010) | 5 lines
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.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 31669cf..6d5d889 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -260,6 +260,12 @@
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 #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by
+ Sébastien Sablé.
+
- Issue #9280: Make sharedinstall depend on sharedmods.
- Issue #9275: The OSX installer once again installs links to binaries in
@@ -526,9 +532,6 @@
Build
-----
-- Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by
- Sébastien Sablé.
-
- Display installer warning that Windows 2000 won't be supported in future
releases.