Python 2.4+ supports large list processing with generators, but Python 2.3 will break if you use that syntax. Until we depend on the newer versions, I have commented out the generator syntax and only use the list-comprehension type instead.
Python 2.4+ supports large list processing with generators, but Python 2.3 will break if you use that syntax. Until we depend on the newer versions, I have commented out the generator syntax and only use the list-comprehension type instead.