Serhiy Storchaka added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17944>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to