New submission from Kent Engström :
The 2.[567] documentation recommends the use of the sort() method
to get a sorted list of dictionary keys. If would be less confusing
to new users if we recommended the sorted() functions instead.
The corresponding piece of Python 3 documentation already uses
Changes by Kent Engström :
--
title: Tutorial secion on dictionary keys recommends sort instead of sorted ->
Tutorial section on dictionary keys recommends sort instead of sorted
___
Python tracker
<http://bugs.python.org/iss
Kent Engström added the comment:
Is should have mentioned that we're discussion a section
of the tutorial concerned with dictionaries. It is not a
section on lists, sequences or sorting as such.
My colleague, who asked me for help after getting confused
by sort, was trying to loop ove