diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-11-16 05:34:00 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-11-16 05:34:00 -0800 |
| commit | a6d8b494c3de85eceb33ab57a046fb6955f909fc (patch) | |
| tree | 49bed2e57e0541f119c16889b062b491abb9e7f4 /docs/tutorials/wiki2 | |
| parent | d4ce9d3f915b18425b4ce5224a51a89342270371 (diff) | |
| download | pyramid-a6d8b494c3de85eceb33ab57a046fb6955f909fc.tar.gz pyramid-a6d8b494c3de85eceb33ab57a046fb6955f909fc.tar.bz2 pyramid-a6d8b494c3de85eceb33ab57a046fb6955f909fc.zip | |
Remove most Python 2 mentions from docs. Exclusions:
- `docs/tutorials/wiki/*` was written for Python 2 and supposedly won't run on Python 3.
- `docs/api/compat.rst` because it drops some stuff and moves other bits into `pyramid.util` and should be part of another PR.
- Ignored a couple of times where `env27` and `Python 2.` appear in command output, but they are inconsequential.
Diffstat (limited to 'docs/tutorials/wiki2')
| -rw-r--r-- | docs/tutorials/wiki2/background.rst | 2 | ||||
| -rw-r--r-- | docs/tutorials/wiki2/installation.rst | 10 |
2 files changed, 1 insertions, 11 deletions
diff --git a/docs/tutorials/wiki2/background.rst b/docs/tutorials/wiki2/background.rst index c14d3cb7d..09315a77d 100644 --- a/docs/tutorials/wiki2/background.rst +++ b/docs/tutorials/wiki2/background.rst @@ -17,6 +17,6 @@ variant, etc.) *or* a Windows system of any kind. .. note:: - This tutorial runs on both Python 2 and 3 without modification. + This tutorial runs on Python 3 without modification. Have fun! diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index 924927cd4..705979065 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -126,16 +126,6 @@ On Unix On Windows ^^^^^^^^^^ -Each version of Python uses different paths, so you will need to adjust the path to the command for your Python version. Recent versions of the Python 3 installer for Windows now install a Python launcher. - -Python 2.7: - -.. code-block:: doscon - - c:\Python27\Scripts\virtualenv %VENV% - -Python 3.7: - .. code-block:: doscon python -m venv %VENV% |
