diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-10 19:55:19 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-10 19:55:19 (GMT) |
commit | 80f45a09985d8396209045db236eabb0f8f3bce4 (patch) | |
tree | cda1005d65a9038253e98a920c043451471c012c /Misc | |
parent | 84c809be5ac34a7a7bf89285e42c9fb6b5f05065 (diff) | |
download | cpython-80f45a09985d8396209045db236eabb0f8f3bce4.zip cpython-80f45a09985d8396209045db236eabb0f8f3bce4.tar.gz cpython-80f45a09985d8396209045db236eabb0f8f3bce4.tar.bz2 |
Merged revisions 84680 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84680 | antoine.pitrou | 2010-09-10 21:44:44 +0200 (ven., 10 sept. 2010) | 4 lines
Issue #941346: Improve the build process under AIX and allow Python to
be built as a shared library. Patch by Sébastien Sablé.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -552,6 +552,9 @@ Extension Modules Build ----- +- Issue #941346: Improve the build process under AIX and allow Python to + be built as a shared library. Patch by Sébastien Sablé. + - Issue #4026: Make the fcntl extension build under AIX. Patch by Sébastien Sablé. |