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 hoffman
Recipients
Date 2005-02-09.17:17:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
For example:

* "1.4.3 How do I iterate over a sequence in reverse
order?" should use reversed()
* "1.4.4   How do you remove duplicates from a list?"
should use set()
* "1.5.2   I want to do a complicated sort: can you do
a Schwartzian Transform in Python?" should use sort(key=)
* section 1.6 should use new-style classes
History
Date User Action Args
2007-08-23 14:29:26adminlinkissue1119439 messages
2007-08-23 14:29:26admincreate