[Python-projects] logilab-astng / pylint: "TypeError: _Yes object is not an iterator" with Python 3

2011-10-19 Thread Arfrever Frehtes Taifersar Arahesis
This exception does not occur with Python 2. I use logilab-common 0.57.0, logilab-astng 0.23.0 and pylint 0.25.0. $ cat test.py try: from pickle import PickleError except ImportError: from nonexistent import PickleError try: pass except PickleError: pass $ pylint-3.2 test.py No co

Re: [Python-projects] logilab-common 0.57.0: Test suite broken with Python 3

2011-10-19 Thread Julien Jehannet
> * Arfrever Frehtes Taifersar Arahesis [19-oct.-2011 > 12:58]: > Test suite of logilab-common 0.56.1 was mostly working correctly with Python > 3. > logilab-common 0.56.2 introduced some regressions, which were partially fixed. > Test suite of logilab-common 0.57.0 still completely fails with P

[Python-projects] logilab-common 0.57.0: Test suite broken with Python 3

2011-10-19 Thread Arfrever Frehtes Taifersar Arahesis
Test suite of logilab-common 0.56.1 was mostly working correctly with Python 3. logilab-common 0.56.2 introduced some regressions, which were partially fixed. Test suite of logilab-common 0.57.0 still completely fails with Python 3. Output of test suite contains (the exception is repeated for each