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, ezio.melotti, michael.foord, pitrou, rhettinger
Date 2010-11-03.00:33:51
SpamBayes Score 9.483971e-05
Marked as misclassified No
Message-id <1288744433.94.0.519642939011.issue10273@psf.upfronthosting.co.za>
In-reply-to
Content
After discussion on python-dev, it seems that API lock-in precludes any change to the package structure.  So, the main proposals left are the addition of new better aliases for some of the functions and changing to the docs so that the new name is clear:

   assertLE(self, other)
      old name:  AssertLessEqual
      . . .

Also, I we should still dedocument assert<sometype>Equal and its brethren and leave assertEqual as the primary interface.  

At some point, we could add an option to assertEqual to allow user control of how failing results are displayed.  This would let us separate content from presentation (i.e. a==b vs how a diff would get presented).
History
Date User Action Args
2010-11-03 00:33:54rhettingersetrecipients: + rhettinger, brett.cannon, pitrou, ezio.melotti, michael.foord
2010-11-03 00:33:53rhettingersetmessageid: <1288744433.94.0.519642939011.issue10273@psf.upfronthosting.co.za>
2010-11-03 00:33:52rhettingerlinkissue10273 messages
2010-11-03 00:33:51rhettingercreate