commit | 403117aa606438427aa9f9dc72271d40bc0ba0b2 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun May 24 19:19:17 2009 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun May 24 19:19:17 2009 +0000 |
tree | 6a77557219730fa1fe06325e177e3dd8a041e28d | |
parent | 61f77b57fdfcc8a630667dda3cbb8c5ac502f438 [diff] |
Merged revisions 72891 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72891 | martin.v.loewis | 2009-05-24 21:10:52 +0200 (So, 24 Mai 2009) | 5 lines Issue #6065: Do not try to build a version-independent installer if the package has extension modules. Also add NEWS entry for #5311. ........