comparison pkg-descr @ 11:6759fcd40deb

Fix the package description: PyPy2.7 v7.3.9 is for Python 2.7.18
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 01 Oct 2022 13:22:38 +0200
parents 5797a1bc38cb
children a92355d5c173
comparison
equal deleted inserted replaced
10:c269f1e91387 11:6759fcd40deb
1 PyPy is a fast, compliant alternative implementation of the Python language 1 PyPy is a fast, compliant alternative implementation of the Python language
2 (2.7.13). It has several advantages and distinct features: 2 (2.7.18). It has several advantages and distinct features:
3 3
4 - Speed: thanks to its Just-in-Time compiler, Python programs often run faster 4 - Speed: thanks to its Just-in-Time compiler, Python programs often run faster
5 on PyPy. 5 on PyPy.
6 - Memory usage: large, memory-hungry Python programs might end up taking less 6 - Memory usage: large, memory-hungry Python programs might end up taking less
7 space than they do in CPython. 7 space than they do in CPython.