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
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
___
pypy-dev mailing list
pypy-dev@python.org
http