This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: new generator methods not documented in Library Reference
Type: enhancement Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: dangyogi, georg.brandl
Priority: normal Keywords:

Created on 2007-09-17 20:52 by dangyogi, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg55981 - (view) Author: Bruce Frederiksen (dangyogi) Date: 2007-09-17 20:52
The 2.5 library documentation mentions the new GeneratorExit exception,
but does not show Generator Types with the new 'send', 'throw', 'close'
and '__del__' methods.
msg55992 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-09-18 07:21
This is fixed in SVN, you can view the docs e.g. here:
http://docs.python.org/dev/reference/expressions#yield-expressions
History
Date User Action Args
2022-04-11 14:56:26adminsetgithub: 45515
2007-09-18 07:21:07georg.brandlsetstatus: open -> closed
resolution: out of date
messages: + msg55992
nosy: + georg.brandl
2007-09-17 20:52:42dangyogicreate