This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Document TarFile.open() as a classmethod
Type: Stage: resolved
Components: Documentation Versions: Python 3.4, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: berker.peksag, docs@python, python-dev, rhettinger, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2014-05-12 15:01 by berker.peksag, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tarfile-open-classmethod.diff berker.peksag, 2014-05-12 15:01 review
Messages (4)
msg218323 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2014-05-12 15:01
The patch also updates the signature of TarFile.open().
msg218937 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-05-23 02:43
New changeset e6a9beaff8c9 by Raymond Hettinger in branch '2.7':
Issue 21479: Fix markup for the TarFile.open() classmethod.
http://hg.python.org/cpython/rev/e6a9beaff8c9
msg218938 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-05-23 02:47
New changeset 37d2a6bcf7ae by Raymond Hettinger in branch '3.4':
Issue 21479: Fix markup for the TarFile.open() classmethod.
http://hg.python.org/cpython/rev/37d2a6bcf7ae
msg218939 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2014-05-23 03:01
Thanks for committing this, Raymond.
History
Date User Action Args
2022-04-11 14:58:03adminsetgithub: 65678
2014-05-23 03:01:33berker.peksagsetmessages: + msg218939
stage: patch review -> resolved
2014-05-23 02:47:48rhettingersetstatus: open -> closed
resolution: fixed
2014-05-23 02:47:21python-devsetmessages: + msg218938
2014-05-23 02:43:41python-devsetnosy: + python-dev
messages: + msg218937
2014-05-22 23:07:19rhettingersetassignee: docs@python -> rhettinger

nosy: + rhettinger
2014-05-12 15:01:39berker.peksagcreate