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 rbcollins
Recipients rbcollins, yolanda.robla
Date 2016-05-12.05:59:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463032799.61.0.434477239035.issue26807@psf.upfronthosting.co.za>
In-reply-to
Content
So something like

  for line in _state[0]:
      yield line
  while True:
    yield ''

Will probably do it just fine.
History
Date User Action Args
2016-05-12 05:59:59rbcollinssetrecipients: + rbcollins, yolanda.robla
2016-05-12 05:59:59rbcollinssetmessageid: <1463032799.61.0.434477239035.issue26807@psf.upfronthosting.co.za>
2016-05-12 05:59:59rbcollinslinkissue26807 messages
2016-05-12 05:59:59rbcollinscreate