summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-09-07 14:55:24 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-09-07 14:55:24 (GMT)
commit857298100b9a5fa5bbcafb2ff578418bc6750e58 (patch)
tree395cb55b506ec1953338bcfb9dd394258939ec49 /Misc/NEWS
parente80513c207e7f24bfcb5bdd5113c92ef63f0c632 (diff)
downloadcpython-857298100b9a5fa5bbcafb2ff578418bc6750e58.zip
cpython-857298100b9a5fa5bbcafb2ff578418bc6750e58.tar.gz
cpython-857298100b9a5fa5bbcafb2ff578418bc6750e58.tar.bz2
Merged revisions 84584 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84584 | antoine.pitrou | 2010-09-07 16:52:42 +0200 (mar., 07 sept. 2010) | 4 lines Issue #4026: Make the fcntl extension build under AIX. Patch by Sébastien Sablé. ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b205fa5..c470e44 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -275,6 +275,9 @@ Extension Modules
Build
-----
+- Issue #4026: Make the fcntl extension build under AIX. Patch by Sébastien
+ Sablé.
+
- 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.