[issue14878] Improve documentation for generator.send method

2013-05-09 Thread A.M. Kuchling
A.M. Kuchling added the comment: Thanks for the patch! -- nosy: +akuchling resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14878 ___

[issue14878] Improve documentation for generator.send method

2013-05-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7b8c0bf8fcb8 by Andrew Kuchling in branch '2.7': #14878: add cross-reference to the yield statement. http://hg.python.org/cpython/rev/7b8c0bf8fcb8 -- nosy: +python-dev ___ Python tracker

[issue14878] Improve documentation for generator.send method

2013-05-09 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- stage: needs patch - committed/rejected type: - enhancement versions: -Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14878

[issue14878] Improve documentation for generator.send method

2012-11-02 Thread Jan Duzinkiewicz
Jan Duzinkiewicz added the comment: The latest docs have a crossrefence at the end of the section: http://docs.python.org/3/reference/simple_stmts.html#grammar-token-yield_stmt I copied the reference to 2.7 docs -- keywords: +patch nosy: +dhgmgn Added file:

[issue14878] Improve documentation for generator.send method

2012-05-25 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Thanks for the report. Are you interested in making a patch? Guidelines are in the devguide. -- nosy: +eric.araujo stage: - needs patch title: send statement from PEP342 is poorly documented. - Improve documentation for