diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-09-30 07:30:43 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-09-30 07:30:43 (GMT) |
commit | 349c802fd885e744b2a803bd41e8d234cc1688e9 (patch) | |
tree | b5ad2e5cd4836e95fb4b4cdad7baa9561b88c51c /Doc/using/windows.rst | |
parent | cfb181859a9ed4a7606a72c3ab78331c9e21bcdd (diff) | |
download | cpython-349c802fd885e744b2a803bd41e8d234cc1688e9.zip cpython-349c802fd885e744b2a803bd41e8d234cc1688e9.tar.gz cpython-349c802fd885e744b2a803bd41e8d234cc1688e9.tar.bz2 |
What's new entry for PEP 397 and Windows PATH modification
Diffstat (limited to 'Doc/using/windows.rst')
-rw-r--r-- | Doc/using/windows.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 51152df..5f01b77 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -132,6 +132,8 @@ Consult :command:`set /?` for details on this behaviour. Setting Environment variables, Louis J. Farrugia +.. _windows-path-mod: + Finding the Python executable ----------------------------- |