From: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Date: Wed, 16 Aug 2023 21:01:27 +0000 (+0100)
Subject: [3.11] GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (GH...
X-Git-Tag: v3.11.5~58
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3a11e12ab912f0614a90ade7acd34dda7e7f15e;p=thirdparty%2FPython%2Fcpython.git
[3.11] GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (GH-108047) (#108061)
Remove reference to Distutils in ``cx_Freeze``'s description.
(cherry picked from commit 57fcf96e4f21b8955b3ae4b4d70e4b756949712f)
---
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index 2a07e42f8443..7dee82a2223a 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -1233,11 +1233,10 @@ shipped with PyWin32. It is an embeddable IDE with a built-in debugger.
cx_Freeze
---------
-`cx_Freeze `_ is a :mod:`distutils`
-extension (see :ref:`extending-distutils`) which 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.
+`cx_Freeze `_
+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.
Compiling Python on Windows