diff options
| author | Victor Stinner <vstinner@redhat.com> | 2019-07-05 10:44:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-05 10:44:12 +0200 |
| commit | 1da4462765b084dfa8d869b6cb5855e8f6014a11 (patch) | |
| tree | 42e1203ee43a5d5da5da56ba489e76b3dddecb47 /Doc/distutils/apiref.rst | |
| parent | a55f75a6e3e9cda5c7c30bd961386b1a8a2e9892 (diff) | |
| download | cpython-git-1da4462765b084dfa8d869b6cb5855e8f6014a11.tar.gz | |
bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)
The distutils bdist_wininst command is now deprecated, use
bdist_wheel (wheel packages) instead.
Diffstat (limited to 'Doc/distutils/apiref.rst')
| -rw-r--r-- | Doc/distutils/apiref.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index 2601d30f63..937f19f57b 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -1863,6 +1863,9 @@ Subclasses of :class:`Command` must define the following methods. .. module:: distutils.command.bdist_wininst :synopsis: Build a Windows installer +.. deprecated:: 3.8 + Use bdist_wheel (wheel packages) instead. + .. % todo |
