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 brett.cannon, docs@python, ezio.melotti, michael.foord, python-dev, zach.ware
Date 2013-03-27.18:16:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3ZbcqL2dh2zQjT@mail.python.org>
In-reply-to
Content
New changeset cd5c23583fa5 by Ezio Melotti in branch '3.2':
#17329: document unittest.SkipTest.  Initial patch by Zachary Ware.
http://hg.python.org/cpython/rev/cd5c23583fa5

New changeset 4bf2a53b53b6 by Ezio Melotti in branch '3.3':
#17329: merge with 3.2.
http://hg.python.org/cpython/rev/4bf2a53b53b6

New changeset 53cc3dbb1918 by Ezio Melotti in branch 'default':
#17329: merge with 3.3.
http://hg.python.org/cpython/rev/53cc3dbb1918

New changeset 13eb2fd70893 by Ezio Melotti in branch '2.7':
#17329: document unittest.SkipTest.  Initial patch by Zachary Ware.
http://hg.python.org/cpython/rev/13eb2fd70893
History
Date User Action Args
2013-03-27 18:16:47python-devsetrecipients: + python-dev, brett.cannon, ezio.melotti, michael.foord, docs@python, zach.ware
2013-03-27 18:16:47python-devlinkissue17329 messages
2013-03-27 18:16:46python-devcreate