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 terry.reedy
Recipients Ludovic.Gasc, Maxime S, gvanrossum, serhiy.storchaka, terry.reedy, yselivanov
Date 2016-07-26.17:21:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469553684.43.0.68625221879.issue27546@psf.upfronthosting.co.za>
In-reply-to
Content
This afternoon, I realized that I would replace the async for loops with while loops with await sleep and eliminate the Timer class.  I presume the tutorial will have other examples of how to write an async iterator.  (If not, I would put is back in.)  I also notices that the updater could also be turned into a coroutine, but decided to leave it as it is.
History
Date User Action Args
2016-07-26 17:21:24terry.reedysetrecipients: + terry.reedy, gvanrossum, Ludovic.Gasc, serhiy.storchaka, yselivanov, Maxime S
2016-07-26 17:21:24terry.reedysetmessageid: <1469553684.43.0.68625221879.issue27546@psf.upfronthosting.co.za>
2016-07-26 17:21:24terry.reedylinkissue27546 messages
2016-07-26 17:21:24terry.reedycreate