Another loose end (which can partially explain why I still thought
__next__ took an exception ;)

In "Specification: Generator Exit Handling"::

    "When __next__() is called with an argument that is not None, the
    yield-expression that it resumes will return the value attribute
    of the argument."

I think this should read::

    "When __next__() is called with an argument that is not None, the
    yield-expression that it resumes will return the argument."

Tim Delaney
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to