recapitalize PyPy
This commit is contained in:
parent
b663aacac1
commit
927be72da6
|
@ -82,7 +82,7 @@ a distribution. Major implementations have abbreviated codes, initially:
|
|||
Other Python implementations should use `sys.implementation.name`.
|
||||
|
||||
The version is `py_version_nodot`. CPython gets away with no dot,
|
||||
but if one is needed the underscore `_` is used instead. Pypy should
|
||||
but if one is needed the underscore `_` is used instead. PyPy should
|
||||
probably use its own versions here `pp18`, `pp19`.
|
||||
|
||||
The version can be just the major version `2` or `3` `py2`, `py3` for
|
||||
|
|
Loading…
Reference in New Issue