[issue8905] difflib should accept arbitrary line iterators

2013-03-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: 'difflib' is a module that defines three classes and some functions. It does not do anything in itself. SequenceMatcher, which is the basis for the other functions, operates on sequences of hashable objects. The inputs must be concrete random access indexed se

[issue8905] difflib should accept arbitrary line iterators

2011-04-03 Thread Éric Araujo
Éric Araujo added the comment: A quick look at the code doesn’t immediately tells me that difflib accepts sequences, not only lists. I’m not sure iterators are accepted too. What specific functions or methods have you found too strict? -- stage: needs patch -> test needed versions:

[issue8905] difflib should accept arbitrary line iterators

2011-04-02 Thread Filip Gruszczyński
Changes by Filip Gruszczyński : -- nosy: +gruszczy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue8905] difflib should accept arbitrary line iterators

2010-07-05 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: -brian.curtin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue8905] difflib should accept arbitrary line iterators

2010-06-07 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue8905] difflib should accept arbitrary line iterators

2010-06-06 Thread anatoly techtonik
Changes by anatoly techtonik : -- title: difflib: support input generators -> difflib should accept arbitrary line iterators ___ Python tracker ___ __