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 ezio.melotti, michael.foord, python-dev, terry.reedy, vajrasky
Date 2014-08-07.00:29:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3hT9ZT4YBGz7Lkk@mail.python.org>
In-reply-to
Content
New changeset 668f6938fb1c by Ezio Melotti in branch '3.4':
#22092: use absolute imports in unittest tests.  Patch by Vajrasky Kok.
http://hg.python.org/cpython/rev/668f6938fb1c

New changeset 09f56fdcacf1 by Ezio Melotti in branch 'default':
#22092: merge with 3.4.
http://hg.python.org/cpython/rev/09f56fdcacf1

New changeset 6e5a2ac30c7e by Ezio Melotti in branch '2.7':
#22092: use absolute imports in unittest tests.  Patch by Vajrasky Kok.
http://hg.python.org/cpython/rev/6e5a2ac30c7e
History
Date User Action Args
2014-08-07 00:29:56python-devsetrecipients: + python-dev, terry.reedy, ezio.melotti, michael.foord, vajrasky
2014-08-07 00:29:56python-devlinkissue22092 messages
2014-08-07 00:29:56python-devcreate