]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.7] Replace "DOS box" with link to Windows FAQ. (GH-12390) (GH-12525)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 Mar 2019 19:12:05 +0000 (12:12 -0700)
committerGitHub <noreply@github.com>
Sun, 24 Mar 2019 19:12:05 +0000 (12:12 -0700)
(cherry picked from commit 6661c1720ebd322e2cb6995a243e8dc6e588d931)

Co-authored-by: Ned Deily <nad@python.org>
Doc/faq/windows.rst
Doc/tutorial/interpreter.rst

index a46d4c1725ac97e147a78cea60e9dae1a1266f21..a92ec1b52ad4feab85c7448aee55cbf228dfc1a3 100644 (file)
@@ -15,6 +15,8 @@ Python on Windows FAQ
 .. XXX need review for Python 3.
    XXX need review for Windows Vista/Seven?
 
+.. _faq-run-program-under-windows:
+
 
 How do I run a Python program under Windows?
 --------------------------------------------
index 6812f648913641dd743788645c08c41a50abffa6..b8ce525db9ce8d845b1356445adba12ba50d60ef 100644 (file)
@@ -26,7 +26,7 @@ popular alternative location.)
 On Windows machines, the Python installation is usually placed in
 :file:`C:\\Python37`, though you can change this when you're running the
 installer.  To add this directory to your path,  you can type the following
-command into the command prompt in a DOS box::
+command into :ref:`a command prompt window <faq-run-program-under-windows>`::
 
    set path=%path%;C:\python37