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.

Name itertools-chain-doc.diff
Description Change `for element in it: yield element` to `yield from it` in the documentation.
Content Type text/x-diff
SpamBayes Score -1.0
Marked as misclassified Yes
download
History
Date User Action Args
2012-10-06 15:07:54pyossetdescription: Change `for value in it: yield value` to `yield from it` in the documentation. -> Change `for element in it: yield element` to `yield from it` in the documentation.
2012-10-06 15:07:14pyossettype: text/plain -> text/x-diff
description: Change `for value in it: yield value` to `yield from it` in the documentation.
2012-10-06 15:00:58pyoslinkissue16150 files
2012-10-06 15:00:58pyoscreate