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 rhettinger
Recipients brett.cannon, eric.araujo, ezio.melotti, flox, gregory.p.smith, michael.foord, pitrou, r.david.murray, rhettinger
Date 2010-11-25.22:16:55
SpamBayes Score 0.00086761755
Marked as misclassified No
Message-id <1290723422.24.0.944335374049.issue10273@psf.upfronthosting.co.za>
In-reply-to
Content
After discussion with Michael and Guido, am limiting this to:

* Fixing assertItemsEqual as described in issue10242

* Moving the docs for type specific equality methods inside the docs for assertEqual to emphasize that those get dispatched automatically and need not be called directly.

* Changing assertRegexpMatches to assertRegex
History
Date User Action Args
2010-11-25 22:17:02rhettingersetrecipients: + rhettinger, brett.cannon, gregory.p.smith, pitrou, ezio.melotti, eric.araujo, r.david.murray, michael.foord, flox
2010-11-25 22:17:02rhettingersetmessageid: <1290723422.24.0.944335374049.issue10273@psf.upfronthosting.co.za>
2010-11-25 22:16:55rhettingerlinkissue10273 messages
2010-11-25 22:16:55rhettingercreate