summaryrefslogtreecommitdiffstats
path: root/Doc/faq/windows.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/faq/windows.rst')
-rw-r--r--Doc/faq/windows.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst
index 186dac2..0153a4f 100644
--- a/Doc/faq/windows.rst
+++ b/Doc/faq/windows.rst
@@ -140,9 +140,8 @@ offender.
How do I make an executable from a Python script?
-------------------------------------------------
-See `cx_Freeze <https://cx-freeze.readthedocs.io/en/latest/>`_ and
-`py2exe <http://www.py2exe.org/>`_, both are distutils extensions
-that allow you to create console and GUI executables from Python code.
+See :ref:`faq-create-standalone-binary` for a list of tools that can be used to
+make executables.
Is a ``*.pyd`` file the same as a DLL?