diff --git a/Lib/shutil.py b/Lib/shutil.py index 9ba602f1ecd..2955b048b87 100644 --- a/Lib/shutil.py +++ b/Lib/shutil.py @@ -34,7 +34,8 @@ "ExecError", "make_archive", "get_archive_formats", "register_archive_format", "unregister_archive_format", "get_unpack_formats", "register_unpack_format", - "unregister_unpack_format", "unpack_archive"] + "unregister_unpack_format", "unpack_archive", + "ignore_patterns"] # disk_usage is added later, if available on the platform class Error(EnvironmentError):