[pypy-dev] pypy compatibility page

Wiktor Mizdal wiktor8010 at o2.pl
Thu Dec 20 14:28:17 CET 2012


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


More information about the pypy-dev mailing list