bpo-36008: Doc update for 3.8 migration (GH-12887)

This commit is contained in:
Utkarsh Gupta 2019-05-13 12:29:39 +00:00 committed by Cheryl Sabella
parent 32d1458b2e
commit 3e2afd78ba
3 changed files with 10 additions and 10 deletions

View file

@ -24,11 +24,11 @@ Python guru or system administrator. (E.g., :file:`/usr/local/python` is a
popular alternative location.)
On Windows machines, the Python installation is usually placed in
:file:`C:\\Python36`, though you can change this when you're running the
:file:`C:\\Python38`, 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 :ref:`a command prompt window <faq-run-program-under-windows>`::
set path=%path%;C:\python36
set path=%path%;C:\python38
Typing an end-of-file character (:kbd:`Control-D` on Unix, :kbd:`Control-Z` on
Windows) at the primary prompt causes the interpreter to exit with a zero exit