HN user

pjenvey

427 karma
Posts5
Comments9
View on HN
PyPy v5.9 Released 9 years ago

3.6's order-preserving dict was first implemented by PyPy (so it's already had it for years, even in pypy2) and f-strings were back ported to pypy3 too.

PyPy 5.0 Released 10 years ago

pypy3 has always supported the u'' prefix despite it otherwise being limited to 3.2 support.

All of the stackless/continuation related features included in Python 2 pypy should be supported on PyPy3 or it's a bug.

Implementing Python 3.3's yield from in RPython should actually be fairly easy. One of the PyPy GSoC students may get around to doing it this summer