Guido van Rossum <[email protected]> added the comment: > Nick Coghlan <[email protected]> added the comment: > Bikeshedding a bit - the 'assertGreaterEqual' and 'assertLessEqual' > method names grate on me a little. My brain has to do a double take in > order to correctly insert the implied 'Or'. This reaction is made worse > when these two methods are juxtaposed with all the other "assert*Equal" > methods like DictEqual, ListEqual, SetEqual etc. > > Would it be possible to lengthen these specific names to the more > explicit "assertGreaterOrEqual" and "assertLessOrEqual"?
No, please. Get used to it. Maybe it helps if you realize the parallel with '__ge__'? ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue2578> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
