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 Arfrever, asvetlov, brett.cannon, chris.jerdonek, eric.araujo, ezio.melotti, michael.foord, pitrou, python-dev, zach.ware
Date 2013-03-01.12:48:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3ZHVm74kbRzSwM@mail.python.org>
In-reply-to
Content
New changeset 61ce6deb4577 by Ezio Melotti in branch 'default':
#16935: unittest now counts the module as skipped if it raises SkipTest, instead of counting it as an error.  Patch by Zachary Ware.
http://hg.python.org/cpython/rev/61ce6deb4577
History
Date User Action Args
2013-03-01 12:48:08python-devsetrecipients: + python-dev, brett.cannon, pitrou, ezio.melotti, eric.araujo, Arfrever, michael.foord, asvetlov, chris.jerdonek, zach.ware
2013-03-01 12:48:08python-devlinkissue16935 messages
2013-03-01 12:48:08python-devcreate