diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-08-16 23:18:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 23:18:57 (GMT) |
commit | 2a00cf2db8a19533dc7d71276ce6a77f6a103c65 (patch) | |
tree | 79704c1d20836003f1ba8d872d90b0c2fd07feeb | |
parent | 84a4370e31632fb04590131ed24329c60cf2f356 (diff) | |
download | cpython-2a00cf2db8a19533dc7d71276ce6a77f6a103c65.zip cpython-2a00cf2db8a19533dc7d71276ce6a77f6a103c65.tar.gz cpython-2a00cf2db8a19533dc7d71276ce6a77f6a103c65.tar.bz2 |
[3.12] GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (GH-108047) (#108057)
GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (GH-108047)
Remove reference to Distutils in ``cx_Freeze``'s description
(cherry picked from commit 57fcf96e4f21b8955b3ae4b4d70e4b756949712f)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
-rw-r--r-- | Doc/using/windows.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index b7e4b2b..1c305d9 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -1246,8 +1246,8 @@ shipped with PyWin32. It is an embeddable IDE with a built-in debugger. cx_Freeze --------- -`cx_Freeze <https://cx-freeze.readthedocs.io/en/latest/>`_ is a ``distutils`` -extension which wraps Python scripts into executable Windows programs +`cx_Freeze <https://cx-freeze.readthedocs.io/en/latest/>`_ +wraps Python scripts into executable Windows programs (:file:`{*}.exe` files). When you have done this, you can distribute your application without requiring your users to install Python. |