Issue #15566: Document encoding and errors parameters of TarInfo.frombuf().

Patch by Andy Holst.
This commit is contained in:
Berker Peksag 2015-04-19 04:32:52 +03:00
commit 0002d3ccf6
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ It does *not* contain the file's data itself.
Create a :class:`TarInfo` object.
.. method:: TarInfo.frombuf(buf)
.. method:: TarInfo.frombuf(buf, encoding, errors)
Create and return a :class:`TarInfo` object from string buffer *buf*.