From: Victor Stinner Date: Tue, 29 Mar 2016 11:33:35 +0000 (+0200) Subject: Issue #26643: Add missing shutil resources to regrtest.py X-Git-Tag: v3.6.0a1~304^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ba2083e0e614a1bca0a12aa61e8a55389a1220f;p=thirdparty%2FPython%2Fcpython.git Issue #26643: Add missing shutil resources to regrtest.py --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 431042eec15f..fecfd0967a27 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -1057,6 +1057,7 @@ class saved_test_environment: 'multiprocessing.process._dangling', 'threading._dangling', 'sysconfig._CONFIG_VARS', 'sysconfig._INSTALL_SCHEMES', 'files', 'locale', 'warnings.showwarning', + 'shutil_archive_formats', 'shutil_unpack_formats', ) def get_sys_argv(self):