classification
Title: tarfile.TarInfo.frombuf documentation is out of date
Type: behavior Stage: needs patch
Components: Documentation Versions: Python 3.3, Python 3.2
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: StealthAsimov, docs@python, sebastinas
Priority: normal Keywords: patch

Created on 2012-08-06 10:24 by sebastinas, last changed 2013-02-23 18:53 by StealthAsimov.

Files
File name Uploaded Description Edit
issue15566.patch StealthAsimov, 2013-02-23 18:53 issue15566.patch review
Messages (2)
msg167553 - (view) Author: Sebastian Ramacher (sebastinas) Date: 2012-08-06 10:24
tarfile.TarInfo.frombuf has gained two more parameters: encoding and errors. The documentation of frombuf claims that the only parameter is buf, which is not true anymore.
msg182791 - (view) Author: Andy Holst (StealthAsimov) Date: 2013-02-23 18:53
The documentation updated for the tarfile.rst document. The arguments encoding and errors are added to tarfile.TarInfo.frombuf method. Patch uploaded.
History
Date User Action Args
2013-02-23 18:53:41StealthAsimovsetfiles: + issue15566.patch

nosy: + StealthAsimov
messages: + msg182791

keywords: + patch
2012-08-07 01:58:16meador.ingesettype: behavior
stage: needs patch
2012-08-06 10:24:20sebastinascreate