svn commit: r1877338 - /subversion/trunk/build/generator/gen_win_dependencies.py

2020-05-03 Thread futatuki
Author: futatuki Date: Mon May 4 04:43:37 2020 New Revision: 1877338 URL: http://svn.apache.org/viewvc?rev=1877338&view=rev Log: * build/generator/gen_win_dependencies.py (GenDependenciesBase._find_python): Fix differences of SWIG_PY_OPTS between Unix and Windows. (Just same logic as function S

svn commit: r1877318 - /subversion/trunk/subversion/tests/cmdline/svntest/actions.py

2020-05-03 Thread futatuki
Author: futatuki Date: Sun May 3 11:02:02 2020 New Revision: 1877318 URL: http://svn.apache.org/viewvc?rev=1877318&view=rev Log: Fix svnrdump tests on Windows with Python 3 * subversion/tests/cmdline/svntest/actions.py (run_and_verify_svnrdump): Use list complehension instead of map function, w