We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent044fb4f commitc33aaa9Copy full SHA for c33aaa9
Doc/library/tarfile.rst
@@ -276,7 +276,7 @@ be finalized; only the internally used file object will be closed. See the
276
..versionadded::3.2
277
Added support for the context management protocol.
278
279
-..class::TarFile(name=None, mode='r', fileobj=None, format=DEFAULT_FORMAT, tarinfo=TarInfo, dereference=False, ignore_zeros=False, encoding=ENCODING, errors='surrogateescape', pax_headers=None, debug=0, errorlevel=0)
+..class::TarFile(name=None, mode='r', fileobj=None, format=DEFAULT_FORMAT, tarinfo=TarInfo, dereference=False, ignore_zeros=False, encoding=ENCODING, errors='surrogateescape', pax_headers=None, debug=0, errorlevel=1)
280
281
All following arguments are optional and can be accessed as instance attributes
282
as well.