In tests/lib/local_repos.py, the function _create_svn_initools_repo downloads a binary SVN dump file but opens it using the default text mode (open(filename)). On ...