From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Wed, 16 Aug 2023 20:23:12 +0000 (+0100) Subject: GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (#108047) X-Git-Tag: v3.13.0a1~944 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57fcf96e4f21b8955b3ae4b4d70e4b756949712f;p=thirdparty%2FPython%2Fcpython.git GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (#108047) Remove reference to Distutils in ``cx_Freeze``'s description --- diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index d24450e2f963..ca79c9d3a9d3 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 `_ is a ``distutils`` -extension which wraps Python scripts into executable Windows programs +`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.