[issue8905] difflib: support input generators

anatoly techtonik report at bugs.python.org
Sat Jun 5 13:45:41 CEST 2010


New submission from anatoly techtonik <techtonik at gmail.com>:

difflib operates on the lists, but it should be possible to use arbitrary generators. This will require internal limit on buffer size that has a side advantage of limiting difflib to available memory.

----------
components: Library (Lib)
messages: 107130
nosy: techtonik
priority: normal
severity: normal
status: open
title: difflib: support input generators
type: resource usage
versions: Python 3.1, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8905>
_______________________________________


More information about the Python-bugs-list mailing list