diff options
author | Erlend E. Aasland <erlend.aasland@protonmail.com> | 2023-06-16 08:41:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-16 08:41:47 (GMT) |
commit | 0bffe1acd78069ea21f6b1347bec9cc9747342cb (patch) | |
tree | 3c371cf1e6637b48bd6a1ae04a596d84d3bd26fa /Doc/install | |
parent | 0d0963737a0f4b7cadedfae7e8fd33ed18269289 (diff) | |
download | cpython-0bffe1acd78069ea21f6b1347bec9cc9747342cb.zip cpython-0bffe1acd78069ea21f6b1347bec9cc9747342cb.tar.gz cpython-0bffe1acd78069ea21f6b1347bec9cc9747342cb.tar.bz2 |
gh-105844: Consistently use 'minor version' for X.Y versions (#105851)
Diffstat (limited to 'Doc/install')
-rw-r--r-- | Doc/install/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst index ab581d7..beb34f0 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst @@ -696,7 +696,7 @@ is supplied to suppress this behaviour. So you could simply edit import sys sys.path.append('/www/python/') -However, if you reinstall the same major version of Python (perhaps when +However, if you reinstall the same minor version of Python (perhaps when upgrading from 2.2 to 2.2.2, for example) :file:`site.py` will be overwritten by the stock version. You'd have to remember that it was modified and save a copy before doing the installation. |