]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (#108047)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Wed, 16 Aug 2023 20:23:12 +0000 (21:23 +0100)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 20:23:12 +0000 (22:23 +0200)
Remove reference to Distutils in ``cx_Freeze``'s description

Doc/using/windows.rst

index d24450e2f963ff99ccbb67a8378e48348a311294..ca79c9d3a9d3a8c68cdbff0e6b129a8e80a0cedf 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.