Home
last modified time | relevance | path

Searched refs:bdist_msi (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/distutils/tests/
Dtest_bdist_msi.py16 from distutils.command.bdist_msi import bdist_msi
19 cmd = bdist_msi(dist)
/third_party/python/Lib/test/
Dtest_sundry.py32 import distutils.command.bdist_msi
/third_party/python/Doc/distutils/
Dbuiltdist.rst141 | :command:`bdist_msi` | msi |
145 bdist_msi is deprecated since Python 3.9.
Dapiref.rst1855 :mod:`distutils.command.bdist_msi` --- Build a Microsoft Installer binary package
1858 .. module:: distutils.command.bdist_msi
1861 .. class:: bdist_msi
/third_party/python/Doc/library/
Dmsilib.rst24 package are the :mod:`distutils` command ``bdist_msi``, and the creation of
443 :mod:`~distutils.command.bdist_msi` to create MSI files with a user-interface
/third_party/python/Lib/distutils/command/
Dbdist_msi.py83 class bdist_msi(Command): class
/third_party/python/Misc/NEWS.d/
D3.9.0a4.rst382 The distutils ``bdist_msi`` command is deprecated in Python 3.9, use
D3.8.0a1.rst3723 already used by :mod:`distutils`' ``bdist_msi`` command.
/third_party/python/Doc/whatsnew/
D3.9.rst843 * The distutils ``bdist_msi`` command is now deprecated, use
/third_party/python/Misc/
DHISTORY9218 - Issue #10946: The distutils commands bdist_dumb, bdist_wininst and bdist_msi
9880 - Issue #7639: Fix short file name generation in bdist_msi
14633 - Issue #6258: Support AMD64 in bdist_msi.
14960 - Issue #5311: bdist_msi can now build packages that do not depend on a
15512 - Issue #5095: Added bdist_msi to the list of bdist supported formats.
17817 - Bug #1515998: Properly generate logical ids for files in bdist_msi.
19009 command bdist_msi have been added.