Comment 2 for bug 300874

Revision history for this message
James Westby (james-w) wrote : Re: [Bug 300874] Re: embedded configobj imports generators from __future__

On Wed, 2008-11-26 at 16:15 +0000, vila wrote:
> Thanks for the heads up !
>
> Specifically, configobj uses:
> from __future__ import generators
> which is needed only for python-2.2 or 2.3.
> bzr requires 2.4 where generators are implemented.
>
> Feel free to re-open the bug if you want us to comment out/delete the
> offending line.

I'm happy for this to be closed if that import is a no-op
that will be preserved in python 2.6/3.0.

I know you have tested with 2.6, and so I can only assume it is
fine to have it there.

Thanks for your time.

James