[Python-checkins] cpython (3.2): Add missing name in shutil

georg.brandl python-checkins at python.org
Sun Sep 4 08:42:21 CEST 2011


http://hg.python.org/cpython/rev/2f549ddd5bdc
changeset: 72235:2f549ddd5bdc
branch: 3.2
user: Éric Araujo <merwok at netwok.org>
date: Sun Aug 21 14:29:18 2011 +0200
summary:
 Add missing name in shutil
files:
 Lib/shutil.py | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Lib/shutil.py b/Lib/shutil.py
--- a/Lib/shutil.py
+++ b/Lib/shutil.py
@@ -34,7 +34,7 @@
 "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"]
 
 class Error(EnvironmentError):
 pass
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /