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: Typo in zipfile documentation
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: berker.peksag, docs@python, python-dev, xiang.zhang
Priority: normal Keywords: patch

Created on 2016-06-24 09:38 by xiang.zhang, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
zipfile_doc.patch xiang.zhang, 2016-06-24 09:38 review
Messages (3)
msg269166 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2016-06-24 09:38
There is a redundant ')' in zipfile doc. Remove it.
msg269167 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-06-24 09:56
New changeset be435520e493 by Berker Peksag in branch '3.5':
Issue #27381: Remove superfluous paren in zipfile documentation
https://hg.python.org/cpython/rev/be435520e493

New changeset f859380d4708 by Berker Peksag in branch 'default':
Issue #27381: Merge from 3.5
https://hg.python.org/cpython/rev/f859380d4708
msg269168 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-06-24 09:56
Thanks!
History
Date User Action Args
2022-04-11 14:58:32adminsetgithub: 71568
2016-06-24 09:56:30berker.peksagsetstatus: open -> closed

type: behavior
versions: + Python 3.5
nosy: + berker.peksag

messages: + msg269168
resolution: fixed
stage: resolved
2016-06-24 09:56:02python-devsetnosy: + python-dev
messages: + msg269167
2016-06-24 09:38:13xiang.zhangcreate