mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
#18705: merge with 3.3.
This commit is contained in:
commit
9a3777e525
26 changed files with 49 additions and 49 deletions
|
@ -289,7 +289,7 @@ class ExtractError(TarError):
|
|||
"""General exception for extract errors."""
|
||||
pass
|
||||
class ReadError(TarError):
|
||||
"""Exception for unreadble tar archives."""
|
||||
"""Exception for unreadable tar archives."""
|
||||
pass
|
||||
class CompressionError(TarError):
|
||||
"""Exception for unavailable compression methods."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue