[Python-Dev] Mutable sequence .sort() signature
Raymond Hettinger
python at rcn.com
Wed Feb 13 00:23:50 CET 2008
More information about the Python-Dev mailing list
Wed Feb 13 00:23:50 CET 2008
- Previous message: [Python-Dev] Preventing merges into Py3k
- Next message: [Python-Dev] Mutable sequence .sort() signature
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[Kurt] > Looking at the various py3k docs and mail lists, etc. I just can't > find the specification and discussion of the signature change > eliminating the comparison function (so far)! There is a note Misc/NEWS and I believe the 2-to-3 folks are looking at a conversion. The Py3.0 docs have the new signature (same as the old one but it no longer accepts a cmp function and to prevent accidents keyword arguments are required). I'm not sure where else to document it. > Does it come up in -3 warnings? It doesn't, but it wouldn't be hard to add one. Raymond Raymond
- Previous message: [Python-Dev] Preventing merges into Py3k
- Next message: [Python-Dev] Mutable sequence .sort() signature
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list