Please comment on Draft PEP for Enhanced Generators

Raymond Hettinger othello at javanet.com
Wed Jan 30 12:11:26 EST 2002


I just made the first update to the draft PEP based on early feedback
from two people.

The changes are:
-   ints() was eliminated in favor of xrange(sys.maxint)
-   the comment on producers and consumers said producer
    when it meant consumer
-   the __doc__ strings on xfilter() and xmap() were improved.

Raymond



"Raymond Hettinger" <othello at javanet.com> wrote in message
news:a38c1u$945$1 at bob.news.rcn.net...
> I have written a draft PEP summarizing proposed enhancements to
generators:
> http://users.javanet.com/~othello/download/genpep.htm
>
> The draft reflects all the comments I've received to date on the threads
> where
> the ideas where first proposed.
>
> Please post your comments (and maybe a little encouragment) here on
> comp.lang.py or email them directly to me.
>
> Thank you,
>
>
> Raymond Hettinger
> othello at javanet.com
>
>





More information about the Python-list mailing list