[Python-Dev] Merges from 2.6 to 3.0? (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Sat Aug 9 22:36:31 CEST 2008


Martin> Why that? Shouldn't the 2.6 code already use the with statement?

The csv test code uses try/finally on trunk but with on py3k.

So why doesn't it use with on the trunk?

Regards, Martin



More information about the Python-Dev mailing list