Issue 1174: new generator methods not documented in Library Reference (original) (raw)

Issue1174

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:26 admin set github: 45515
2007-09-18 07:21:07 georg.brandl set status: open -> closedresolution: out of datemessages: + nosy: + georg.brandl
2007-09-17 20:52:42 dangyogi create