2010-09-30 12:19:38 Julien Jehannet napisał(a): > > * Arfrever Frehtes Taifersar Arahesis <[email protected]> [29-sep-2010 > > 23:55]: > > 2010-09-29 08:32:45 Sylvain Thénault napisał(a): > > > > > We can just do : > > > > > > > > > > - self.__exc_info = self._exc_info > > > > > + self.__exc_info = sys.exc_info > > > > > > > > > > since _exc_info is doing nothing else. > > > > > > > > Could the changes required for compatibility with Python 2.7 be > > > > backported > > > > (to e.g. logilab-common 0.52.1) until logilab-common supports Python 3? > > > > > > should already be done in logilab-common 0.52 that has been released > > > yesterday. Did you give it a try? > > > > This problem still occurs in logilab-common 0.52.0. > > I don't get the point here. the recent changes *is* py2.7 compatible. > Can you provide a traceback of your problem. It shouldn't crash.
I see that the fix for testlib.py has been included in logilab-common-0.52.1 :) . -- Arfrever Frehtes Taifersar Arahesis
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
