[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

[issue8905] difflib should accept arbitrary line iterators

2011-04-03 Thread Éric Araujo
Éric Araujo mer...@netwok.org 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

[issue8905] difflib should accept arbitrary line iterators

2011-04-02 Thread Filip Gruszczyński
Changes by Filip Gruszczyński grusz...@gmail.com: -- nosy: +gruszczy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8905 ___ ___ Python-bugs-list

[issue8905] difflib should accept arbitrary line iterators

2010-07-05 Thread Brian Curtin
Changes by Brian Curtin cur...@acm.org: -- nosy: -brian.curtin ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8905 ___ ___ Python-bugs-list

[issue8905] difflib should accept arbitrary line iterators

2010-06-07 Thread anatoly techtonik
Changes by anatoly techtonik techto...@gmail.com: -- title: difflib: support input generators - difflib should accept arbitrary line iterators ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8905

[issue8905] difflib should accept arbitrary line iterators

2010-06-07 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' g.rod...@gmail.com: -- nosy: +giampaolo.rodola ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8905 ___ ___