Julien Jehannet <julien.jehannet <at> logilab.fr> writes: > I suppose a bug in the logilab-common's __pkginfo__.py file > Try to comment this line before rerunning:
Thanks, I will try. > Humm, bad smell here how unittest2 backport seems to be compatible with > the original inspiration... I don't quite get what you mean. > And of course, we have to stick to the stdlib version with python >= 3.2. Why 3.2 and not 2.7? >From http://docs.python.org/library/unittest.html - " unittest2: A backport of new unittest features for Python 2.4-2.6 Many new features were added to unittest in Python 2.7, including test discovery. unittest2 allows you to use these features with earlier versions of Python. " _______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
