]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update bdist_msi so that the generated MSIs for pure Python modules can install to...
authorSteven Bethard <steven.bethard@gmail.com>
Tue, 5 May 2009 01:31:22 +0000 (01:31 +0000)
committerSteven Bethard <steven.bethard@gmail.com>
Tue, 5 May 2009 01:31:22 +0000 (01:31 +0000)
commitab538fc2b20acc1c82eb28ccfc6450ebfb8d7b1c
tree61aa7c2b33322e92acbc27e252da5f752d017334
parent7c67b03051e0c6db5057248623256f2b21e25a96
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.)
Lib/distutils/command/bdist_msi.py