[3.11] GH-92584: Remove reference to Distutils in ``cx_Freeze``'s des… · python/cpython@e3a11e1

GitHub

Original file line numberDiff line numberDiff line change@@ -1233,11 +1233,10 @@ shipped with PyWin32. It is an embeddable IDE with a built-in debugger.

12331233cx_Freeze

12341234---------

123512351236-`cx_Freeze <https://cx-freeze.readthedocs.io/en/latest/>`_ is a :mod:`distutils`

1237-extension (see :ref:`extending-distutils`) which wraps Python scripts into

1238-executable Windows programs (:file:`{*}.exe` files). When you have done this,

1239-you can distribute your application without requiring your users to install

1240-Python.

1236+`cx_Freeze <https://cx-freeze.readthedocs.io/en/latest/>`_

1237+wraps Python scripts into executable Windows programs

1238+(:file:`{*}.exe` files). When you have done this, you can distribute your

1239+application without requiring your users to install Python.

124112401242124112431242Compiling Python on Windows