]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Aug 2023 23:18:57 +0000 (16:18 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 23:18:57 +0000 (01:18 +0200)
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>
Doc/using/windows.rst

index b7e4b2b48a60120324a236c552594de93c5b964a..1c305d983dfa4130227ebed04a96419fc6f13e12 100644 (file)
@@ -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.