Comment 1 for bug 300874

Revision history for this message
Vincent Ladeuil (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.