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 christian.heimes
Recipients
Date 2007-07-10.22:25:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Patch for py3k-struni branch

It replaces assert_(foo == bar) and failUnless(foo == bar) with failUnlessEqual(foo, bar). It makes debugging the error MUCH easier to see both values.
History
Date User Action Args
2007-08-23 15:58:58adminlinkissue1751515 messages
2007-08-23 15:58:58admincreate