[Python-checkins] [3.7] Replace "DOS box" with link to Windows FAQ. (GH-12390) (GH-12525)

Miss Islington (bot) webhook-mailer at python.org
Sun Mar 24 15:12:08 EDT 2019


https://github.com/python/cpython/commit/4d5f1a4bb98a6f1b20c61e06d78c53cef18fbbde
commit: 4d5f1a4bb98a6f1b20c61e06d78c53cef18fbbde
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-03-24T12:12:05-07:00
summary:

[3.7] Replace "DOS box" with link to Windows FAQ. (GH-12390) (GH-12525)



(cherry picked from commit 6661c1720ebd322e2cb6995a243e8dc6e588d931)


Co-authored-by: Ned Deily <nad at python.org>

files:
M Doc/faq/windows.rst
M Doc/tutorial/interpreter.rst

diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst
index a46d4c1725ac..a92ec1b52ad4 100644
--- a/Doc/faq/windows.rst
+++ b/Doc/faq/windows.rst
@@ -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?
 --------------------------------------------
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst
index 6812f6489136..b8ce525db9ce 100644
--- a/Doc/tutorial/interpreter.rst
+++ b/Doc/tutorial/interpreter.rst
@@ -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
 



More information about the Python-checkins mailing list