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.

Author serhiy.storchaka
Recipients berker.peksag, brett.cannon, jcea, r.david.murray, serhiy.storchaka
Date 2012-10-04.17:08:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349370532.62.0.301156369701.issue16120@psf.upfronthosting.co.za>
In-reply-to
Content
Personally I ran the following command:

  find -type f -name '*.py' -exec egrep -n -A1 '\bfor\b.*\bin\b' '{}' + | egrep -v 'yield +from' | egrep -B1 'yield +\w+(, *\w+)* *(#|$)'

I deliberately missed tests and lib2to3, because that's where the changes required more attention. Berker Peksag found a few missed, these changes LGTM.
History
Date User Action Args
2012-10-04 17:08:52serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, jcea, r.david.murray, berker.peksag
2012-10-04 17:08:52serhiy.storchakasetmessageid: <1349370532.62.0.301156369701.issue16120@psf.upfronthosting.co.za>
2012-10-04 17:08:52serhiy.storchakalinkissue16120 messages
2012-10-04 17:08:52serhiy.storchakacreate