Index: pep-3100.txt =================================================================== --- pep-3100.txt (revision 60757) +++ pep-3100.txt (working copy) @@ -162,8 +162,9 @@ * ``file.xreadlines()`` method [#file-object]_ [done] * ``dict.setdefault()``? [15]_ [UNLIKELY] * ``dict.has_key()`` method; use ``in`` operator [done] +* ``list.sort()`` and ``builtin.sorted()`` methods: eliminate ``cmp`` + parameter [27]_ [done] - Built-in Namespace ================== @@ -334,7 +335,7 @@ .. [23] python-3000 email ("__nonzero__ vs. __bool__") http://mail.python.org/pipermail/python-3000/2006-November/004524.html - + .. [24] python-3000 email ("Pre-peps on raise and except changes") http://mail.python.org/pipermail/python-3000/2007-February/005672.html @@ -344,6 +345,9 @@ .. [26] python-dev email ("Should we do away with unbound methods in Py3k?") http://mail.python.org/pipermail/python-dev/2007-November/075279.html +.. [27] python-dev email ("Mutable sequence .sort() signature") + http://mail.python.org/pipermail/python-dev/2008-February/076818.html + .. [#sys-module] Python docs (sys -- System-specific parameters and functions) http://docs.python.org/lib/module-sys.html