mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merge 3.2
This commit is contained in:
commit
c5efe65df3
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2",
|
||||||
"ExecError", "make_archive", "get_archive_formats",
|
"ExecError", "make_archive", "get_archive_formats",
|
||||||
"register_archive_format", "unregister_archive_format",
|
"register_archive_format", "unregister_archive_format",
|
||||||
"get_unpack_formats", "register_unpack_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
|
# disk_usage is added later, if available on the platform
|
||||||
|
|
||||||
class Error(EnvironmentError):
|
class Error(EnvironmentError):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue