This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients barry, michael.foord, pitrou, python-dev
Date 2013-10-23.17:16:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3d4dY42ZqJz7LjR@mail.python.org>
In-reply-to
Content
New changeset a830cc1c0565 by Antoine Pitrou in branch '3.3':
Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv).
http://hg.python.org/cpython/rev/a830cc1c0565

New changeset ebbe87204114 by Antoine Pitrou in branch 'default':
Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv).
http://hg.python.org/cpython/rev/ebbe87204114
History
Date User Action Args
2013-10-23 17:16:41python-devsetrecipients: + python-dev, barry, pitrou, michael.foord
2013-10-23 17:16:41python-devlinkissue19352 messages
2013-10-23 17:16:40python-devcreate