8f0582df8a
Old code: for x in y: f(x) New Code: map(f, y) Also use defaultdict instead of simple dict when advantageous and use list comprehensions instead of for loops where map() could be used but requires lambdas. svn: r14135 |
||
---|---|---|
.. | ||
__init__.py | ||
_MergePerson.py | ||
_MergePlace.py | ||
_MergeSource.py | ||
Makefile.am |