[Python-checkins] cpython (3.2): Remove obsolete term + indicate how to find the program (#1626300).

eric.araujo python-checkins at python.org
Fri Aug 19 14:25:21 CEST 2011


http://hg.python.org/cpython/rev/59f7bbe1236c
changeset:   71933:59f7bbe1236c
branch:      3.2
user:        Éric Araujo <merwok at netwok.org>
date:        Fri Aug 19 02:30:15 2011 +0200
summary:
  Remove obsolete term + indicate how to find the program (#1626300).

Suggested by Terry J. Reedy.

files:
  Doc/distutils/introduction.rst |  4 ++--
  Doc/install/index.rst          |  2 +-
  2 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Doc/distutils/introduction.rst b/Doc/distutils/introduction.rst
--- a/Doc/distutils/introduction.rst
+++ b/Doc/distutils/introduction.rst
@@ -84,8 +84,8 @@
 
    python setup.py sdist
 
-For Windows, open a command prompt windows ("DOS box") and change the command
-to::
+For Windows, open a command prompt window (:menuselection:`Start -->
+Accessories`) and change the command to::
 
    setup.py sdist
 
diff --git a/Doc/install/index.rst b/Doc/install/index.rst
--- a/Doc/install/index.rst
+++ b/Doc/install/index.rst
@@ -144,7 +144,7 @@
 :file:`C:\\Temp\\foo-1.0`; you can use either a archive manipulator with a
 graphical user interface (such as WinZip) or a command-line tool (such as
 :program:`unzip` or :program:`pkunzip`) to unpack the archive.  Then, open a
-command prompt window ("DOS box"), and run::
+command prompt window (:menuselection:`Start --> Accessories`) and run::
 
    cd c:\Temp\foo-1.0
    python setup.py install

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list