Re: [pypy-dev] PyPy compatibility

2015-11-05 Thread Maciej Fijalkowski
PyPy is compatible with Python 2.7 PyPy3 is compatible with Python 3.2 with the upcoming 3.3 release On Wed, Nov 4, 2015 at 9:53 PM, Luis Sebastian Urrutia Fuentes wrote: > Hi, pypy is compatible with python 3.5 or python 3.3? > ___ > pypy-dev mailing

Re: [pypy-dev] pypy compatibility page

2012-12-20 Thread Maciej Fijalkowski
On Thu, Dec 20, 2012 at 3:28 PM, Wiktor Mizdal wrote: > > I try use in Pypy 2 codes from Compatibility Page: > > 1) open("filename", "w").write("stuff") > > 2) with open("filename", "w") as f: > f.write("stuff") > > and it works. > > Is Compatibility Page actual? > > Wiktor The first one *mig