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 gregory.p.smith
Recipients eric.araujo, ezio.melotti, flox, gregory.p.smith
Date 2010-02-02.05:06:28
SpamBayes Score 3.713673e-05
Marked as misclassified No
Message-id <1265087190.49.0.953728960196.issue7832@psf.upfronthosting.co.za>
In-reply-to
Content
I like that this patch adds a new method with the different behavior.  They are both distinct and desirable behaviors.  The existing behavior has already been shipped in Python 3.1 so it should not change.  Also it is already in use via the http://code.google.com/p/python-unittest-backport/ project.

Also, I would put the assertItemEquals unit tests in their own method instead of at the end of the existing one.
History
Date User Action Args
2010-02-02 05:06:30gregory.p.smithsetrecipients: + gregory.p.smith, ezio.melotti, eric.araujo, flox
2010-02-02 05:06:30gregory.p.smithsetmessageid: <1265087190.49.0.953728960196.issue7832@psf.upfronthosting.co.za>
2010-02-02 05:06:29gregory.p.smithlinkissue7832 messages
2010-02-02 05:06:28gregory.p.smithcreate