Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e3a11e1

Browse filesBrowse files
authored
[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 57fcf96)
1 parent ba2d6c9 commit e3a11e1
Copy full SHA for e3a11e1

File tree

Expand file treeCollapse file tree

1 file changed

+4
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-5
lines changed

‎Doc/using/windows.rst

Copy file name to clipboardExpand all lines: Doc/using/windows.rst
+4-5Lines changed: 4 additions & 5 deletions
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.
12331233
cx_Freeze
12341234
---------
12351235

1236-
`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.
12411240

12421241

12431242
Compiling Python on Windows

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.