Issue 15566: tarfile.TarInfo.frombuf documentation is out of date (original) (raw)

Issue15566

Created on 2012-08-06 10:24 by sebastinas, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue15566.patch StealthAsimov,2013-02-23 18:53 issue15566.patch review
Messages (5)
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.
msg241466 - (view) Author: Martin Panter (martin.panter) * (Python committer) Date: 2015-04-19 00:08
Very simple documentation fix; looks good to me.
msg241471 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-04-19 01:32
New changeset d737ab3ea1ae by Berker Peksag in branch '3.4': Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). https://hg.python.org/cpython/rev/d737ab3ea1ae New changeset 85cba64e24dc by Berker Peksag in branch 'default': Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). https://hg.python.org/cpython/rev/85cba64e24dc
msg241472 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2015-04-19 01:33
Thanks!
History
Date User Action Args
2022-04-11 14:57:33 admin set github: 59771
2015-04-19 01:33:32 berker.peksag set status: open -> closedversions: - Python 3.2, Python 3.3nosy: + berker.peksagmessages: + resolution: fixedstage: commit review -> resolved
2015-04-19 01:32:41 python-dev set nosy: + python-devmessages: +
2015-04-19 00:08:59 martin.panter set versions: + Python 3.4, Python 3.5nosy: + martin.pantermessages: + stage: needs patch -> commit review
2013-02-23 18:53:41 StealthAsimov set files: + issue15566.patchnosy: + StealthAsimovmessages: + keywords: + patch
2012-08-07 01:58:16 meador.inge set type: behaviorstage: needs patch
2012-08-06 10:24:20 sebastinas create