svn+ssh://bugman@.../svn/relax/trunk
........
r26531 | bugman | 2014-11-11 16:37:13 +0100 (Tue, 11 Nov 2014) | 6 lines
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 .
........