* subversion/tests/cmdline/svndumpfilter_tests.py (filter_and_return_output) Use list complehension instead of map function, which returns iterator on Python 3, to get EOL translated list of lines on Windows. Reported by: jcorvel Tested by: jcorvel