Python 3 fixes via 2to3 - the filter() function in Python 3 now returns an iterator.
The command used was: 2to3 -j 4 -w -f filter .
Authored by: bugman 2014-11-11
Parent: [r26530]
Child: [r26532]