commit | 93f65a177b36396dddd1e2938cc037288a7eb400 | [log] [tgz] |
---|---|---|
author | Steven Bethard <steven.bethard@gmail.com> | Tue May 05 02:22:38 2009 +0000 |
committer | Steven Bethard <steven.bethard@gmail.com> | Tue May 05 02:22:38 2009 +0000 |
tree | 24e639d606125154c42495ef89123b436aaa708b | |
parent | f877feb8063e61b910671ce5e391d96f4a3a2d9f [diff] |
Merged revisions 72306 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72306 | steven.bethard | 2009-05-04 18:31:22 -0700 (Mon, 04 May 2009) | 1 line Update bdist_msi so that the generated MSIs for pure Python modules can install to any version of Python, like the generated EXEs from bdist_wininst. (Previously, you had to create a new MSI for each version of Python.) ........