commit | 80f45a09985d8396209045db236eabb0f8f3bce4 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Sep 10 19:55:19 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Sep 10 19:55:19 2010 +0000 |
tree | cda1005d65a9038253e98a920c043451471c012c | |
parent | 84c809be5ac34a7a7bf89285e42c9fb6b5f05065 [diff] |
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é. ........