From 8ba2083e0e614a1bca0a12aa61e8a55389a1220f Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 29 Mar 2016 13:33:35 +0200 Subject: [PATCH] Issue #26643: Add missing shutil resources to regrtest.py --- Lib/test/regrtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 431042eec15..fecfd0967a2 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):