[issue10891] Tweak sorting howto to eliminate redundancy

Raymond Hettinger report at bugs.python.org
Mon Jan 31 11:14:46 CET 2011


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

You can put in the backslashes before the two periods, but not the other changes.  I want the method names to continue to be spelled-out in full so that it is more clear what they are referring to.  Even in spoken English, I typically say "list sort" or "sort method of the builtin list type".  This helps distinguish it from the sorted() builtin.

----------
assignee: rhettinger -> eric.araujo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10891>
_______________________________________


More information about the Python-bugs-list mailing list