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
> * 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
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