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 chris.jerdonek
Recipients barry, chris.jerdonek, ezio.melotti, jcea, petri.lehtinen, r.david.murray, serhiy.storchaka
Date 2012-08-29.10:39:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346236746.61.0.51793228014.issue15802@psf.upfronthosting.co.za>
In-reply-to
Content
> In other words, (int(groups[0]), int(groups[1])) >= (int(previous_groups[0]), int(previous_groups[1])).

Why not use a single self.assertGreaterEqual() on the pairs (with an appropriate change in the message)?

It currently hand-codes the lexicographic comparison, which seems an unnecessary complication (and may have increased the likelihood of error).
History
Date User Action Args
2012-08-29 10:39:06chris.jerdoneksetrecipients: + chris.jerdonek, barry, jcea, ezio.melotti, r.david.murray, petri.lehtinen, serhiy.storchaka
2012-08-29 10:39:06chris.jerdoneksetmessageid: <1346236746.61.0.51793228014.issue15802@psf.upfronthosting.co.za>
2012-08-29 10:39:06chris.jerdoneklinkissue15802 messages
2012-08-29 10:39:05chris.jerdonekcreate