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 zach.ware
Recipients BreamoreBoy, eric.araujo, ezio.melotti, kristjan.jonsson, michael.foord, pitrou, r.david.murray, serhiy.storchaka, stutzbach, vzhong, zach.ware
Date 2014-07-24.14:42:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406212926.3.0.332964234298.issue14534@psf.upfronthosting.co.za>
In-reply-to
Content
Victor: Sorry for the delay in getting back to this.  I'm attaching your full patch again; the diff you posted is a diff against your first patch, while what we need to be able to review it properly is a diff against the tip of the 'default' branch.  You may be able to make such a diff by pulling from http://hg.python.org/cpython and then doing "hg diff -r default Lib/unittest", but that may still not come up with the right changes.  I would suggest stripping your repository of any changesets on default branch that are not present on http://hg.python.org/cpython#default, and recommitting your changes on your own 'issue14534' branch, then you can make a proper patch just by doing "hg diff -r default" (assuming your branch is up to date with default).
History
Date User Action Args
2014-07-24 14:42:06zach.waresetrecipients: + zach.ware, pitrou, kristjan.jonsson, stutzbach, ezio.melotti, eric.araujo, r.david.murray, michael.foord, BreamoreBoy, serhiy.storchaka, vzhong
2014-07-24 14:42:06zach.waresetmessageid: <1406212926.3.0.332964234298.issue14534@psf.upfronthosting.co.za>
2014-07-24 14:42:06zach.warelinkissue14534 messages
2014-07-24 14:42:06zach.warecreate