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 alanmcintyre, ezio.melotti, serhiy.storchaka, terry.reedy, zach.ware
Date 2013-06-17.12:15:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371471345.38.0.526489273145.issue17944@psf.upfronthosting.co.za>
In-reply-to
Content
When applying first Terry's suggestion I found a bug. self.list_gen was a generator and when self.list_gen used second time it was exhausted. As result, some tests were skipped and a bug with concatenating bytes and '\n' was not exposed.

This bug should be fixed in 2.7 if it exists.
History
Date User Action Args
2013-06-17 12:15:45serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, alanmcintyre, ezio.melotti, zach.ware
2013-06-17 12:15:45serhiy.storchakasetmessageid: <1371471345.38.0.526489273145.issue17944@psf.upfronthosting.co.za>
2013-06-17 12:15:45serhiy.storchakalinkissue17944 messages
2013-06-17 12:15:45serhiy.storchakacreate