[Python-bugs-list] [ python-Bugs-590366 ] Small typo in listsort:ParseTuple

noreply@sourceforge.net noreply@sourceforge.net
Fri, 02 Aug 2002 13:57:46 -0700


Bugs item #590366, was opened at 2002-08-02 22:57
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=590366&group_id=5470

Category: Python Interpreter Core
Group: Python 2.3
Status: Open
Resolution: None
Priority: 2
Submitted By: Finn Bock (bckfnn)
Assigned to: Tim Peters (tim_one)
Summary: Small typo in listsort:ParseTuple

Initial Comment:
Internally the sort method is called 'msort':


Python 2.3a0 (#6, Aug  2 2002, 19:38:01)
[GCC 2.95.3-5 (cygwin special)] on cygwin
Type "help", "copyright", "credits" or "license" for
more information.
>>> [].sort(1,2)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
TypeError: msort() takes at most 1 argument (2 given)
>>>

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=590366&group_id=5470