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 anthonybaxter
Recipients
Date 2003-09-30.08:53:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=29957

Python 2.3.2c1 (#2, Sep 30 2003, 04:35:11) [C] on hp-ux11
Type "help", "copyright", "credits" or "license" for more
information.
>>> import gc
>>> z=range(12)
>>> z.sort(2)
>>> gc.collect()
TypeError: 'int' object is not callable
>>> 
History
Date User Action Args
2007-08-23 14:17:19adminlinkissue814976 messages
2007-08-23 14:17:19admincreate