summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorAnders Kaseorg <andersk@mit.edu>2018-05-15 01:46:47 -0400
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-12-19 09:53:31 +0100
commit85379a29ec289dff040e1f8e3f4cec9374af70ef (patch)
tree7a846161c2c670b3f5e718d9bcc6e9cf66afb16d /doc
parent3504cfea6b0f6372df81bd62bb623fa0c3751a18 (diff)
downloadnixpkgs-85379a29ec289dff040e1f8e3f4cec9374af70ef.tar
nixpkgs-85379a29ec289dff040e1f8e3f4cec9374af70ef.tar.gz
nixpkgs-85379a29ec289dff040e1f8e3f4cec9374af70ef.tar.bz2
nixpkgs-85379a29ec289dff040e1f8e3f4cec9374af70ef.tar.lz
nixpkgs-85379a29ec289dff040e1f8e3f4cec9374af70ef.tar.xz
nixpkgs-85379a29ec289dff040e1f8e3f4cec9374af70ef.tar.zst
nixpkgs-85379a29ec289dff040e1f8e3f4cec9374af70ef.zip
pypy3: init at 6.0.0
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/python.section.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index eefe46b15de..3e4e12665bd 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -484,10 +484,12 @@ and in this case the `python35` interpreter is automatically used.
 ### Interpreters
 
 Versions 2.7, 3.5, 3.6 and 3.7 of the CPython interpreter are available as
-respectively `python27`, `python35`, `python36`, and `python37`. The PyPy
-interpreter is available as `pypy`. The aliases `python2` and `python3`
-correspond to respectively `python27` and `python37`. The default interpreter,
-`python`, maps to `python2`. The Nix expressions for the interpreters can be
+respectively `python27`, `python35`, `python36` and `python37`. The aliases
+`python2` and `python3` correspond to respectively `python27` and
+`python37`. 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 `pkgs/development/interpreters/python`.
 
 All packages depending on any Python interpreter get appended