Simon Friedberger <simon.nov2...@a-oben.org> added the comment:

Hi Tim!

Sorry, if my explanation wasn't clear.

For some of the iterators - like the one produced by ndiff - the iterator will 
always return data, even if there is no difference in the files.

My current solution is to run difflib.unified_diff and check if the iterator is 
non-empty and then run difflib.ndiff again to get the output that I want.

----------

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

Reply via email to