(original) (raw)

changeset: 71963:e9022dc7a411 branch: 2.7 user: Éric Araujo merwok@netwok.org date: Fri Aug 19 09:29:56 2011 +0200 files: Doc/distutils/introduction.rst Doc/install/index.rst description: Remove obsolete term + indicate how to find the program (#1626300). Suggested by Terry J. Reedy. diff -r 96222062239f -r e9022dc7a411 Doc/distutils/introduction.rst --- a/Doc/distutils/introduction.rst Fri Aug 19 09:15:47 2011 +0200 +++ b/Doc/distutils/introduction.rst Fri Aug 19 09:29:56 2011 +0200 @@ -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 windows (:menuselection:`Start --> +Accessories`) and change the command to:: setup.py sdist diff -r 96222062239f -r e9022dc7a411 Doc/install/index.rst --- a/Doc/install/index.rst Fri Aug 19 09:15:47 2011 +0200 +++ b/Doc/install/index.rst Fri Aug 19 09:29:56 2011 +0200 @@ -101,8 +101,8 @@ python setup.py install -For Windows, this command should be run from a command prompt windows ("DOS -box"):: +For Windows, this command should be run from a command prompt window +(:menuselection:`Start --> Accessories`):: setup.py install @@ -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 and run:: cd c:\Temp\foo-1.0 python setup.py install /merwok@netwok.org