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: Typo in whatsnew/pep-342.html
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: balthus, nnorwitz
Priority: normal Keywords:

Created on 2006-09-23 11:00 by balthus, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg29962 - (view) Author: Xavier Bassery (balthus) Date: 2006-09-23 11:00
In http://docs.python.org/whatsnew/pep-342.html the
following a word is missing in the following excerpt:

"Because yield will often be returning None, you should
always check for this case. Don't just use its value in
expressions unless you're sure that the send() method
will be the only 
method used *$$* resume your generator function."

My guess is that "to" would be a good candidate.
msg29963 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-09-23 18:12
Logged In: YES 
user_id=33168

Thanks!

Committed revision 51988. 2.5
Committed revision 51989. head
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 44016
2006-09-23 11:00:39balthuscreate