summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-06-04 18:03:57 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-06-04 18:08:29 +0200
commitb7ff7465401257e9b0814bb68937a494c58de538 (patch)
treec3cceedc4627f2524ffe199ca951293d39cb5b74 /doc/languages-frameworks
parent7d5751412795e3a58cad82ac945eaa30377df746 (diff)
downloadnixpkgs-b7ff7465401257e9b0814bb68937a494c58de538.tar
nixpkgs-b7ff7465401257e9b0814bb68937a494c58de538.tar.gz
nixpkgs-b7ff7465401257e9b0814bb68937a494c58de538.tar.bz2
nixpkgs-b7ff7465401257e9b0814bb68937a494c58de538.tar.lz
nixpkgs-b7ff7465401257e9b0814bb68937a494c58de538.tar.xz
nixpkgs-b7ff7465401257e9b0814bb68937a494c58de538.tar.zst
nixpkgs-b7ff7465401257e9b0814bb68937a494c58de538.zip
python3: now points to python38
Note this also means python3Minimal is now also Python 3.8.

This reverts commit eb1369670b5a4e616ff0cf4100616479b1fa3064 and adds more.
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/python.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 838426afa04..7da839ee482 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -643,7 +643,7 @@ and in this case the `python38` interpreter is automatically used.
 Versions 2.7, 3.5, 3.6, 3.7 and 3.8 of the CPython interpreter are available as
 respectively `python27`, `python35`, `python36`, `python37` and `python38`. The
 aliases `python2` and `python3` correspond to respectively `python27` and
-`python37`. The default interpreter, `python`, maps to `python2`. The PyPy
+`python38`. The default interpreter, `python`, maps to `python2`. The PyPy
 interpreters compatible with Python 2.7 and 3 are available as `pypy27` and
 `pypy3`, with aliases `pypy2` mapping to `pypy27` and `pypy` mapping to `pypy2`.
 The Nix expressions for the interpreters can be found in