[Python-checkins] r61037 - python/trunk/Python/bltinmodule.c

Neal Norwitz nnorwitz at gmail.com
Sun Feb 24 03:41:31 CET 2008


On Sat, Feb 23, 2008 at 6:28 PM, Raymond Hettinger <python at rcn.com> wrote:
> These messages should include transition recommendations where possible:
>
>    map(None,...) is not supported in 3.x.  Use zip() instead.
>    sorted(seq, cmp, ...) is not supported in 3.x.  Use key= instead.

There doesn't seem to be a 3k warning for sort/sorted right now.  That
should be added.  I updated the warnings in bltnmodule.c, but I'm sure
more need to be added.

n


More information about the Python-checkins mailing list