Code review comment for lp:~jkakar/storm/block-access-context-manager

Revision history for this message
James Henstridge (jamesh) wrote :

It looks like this test will only pass on Python >= 2.6 (since it uses the with statement without a __future__ pragma). Is that desirable?

I don't think there is as much need to keep Python 2.4 compatibility as there once was (Zope 3 and Launchpad have been updated since then), but are we at a point where we want to drop 2.5 support too?

« Back to merge proposal