From: Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 19 Oct 2020 22:24:05 +0000 (-0700) Subject: bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463) X-Git-Tag: v3.9.1rc1~152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e67f186898b6731b8e8f3f6b07cb0959e9aa0ab6;p=thirdparty%2FPython%2Fcpython.git bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463) (cherry picked from commit 33242a9328cb3912f02819d2d092bf89681000b2) Co-authored-by: Michel Samia --- diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst index c550a055529a..c8e9c5fb6703 100644 --- a/Doc/faq/windows.rst +++ b/Doc/faq/windows.rst @@ -140,7 +140,7 @@ offender. How do I make an executable from a Python script? ------------------------------------------------- -See `cx_Freeze `_ for a distutils extension +See `cx_Freeze `_ for a distutils extension that allows you to create console and GUI executables from Python code. `py2exe `_, the most popular extension for building Python 2.x-based executables, does not yet support Python 3 but a version that