[issue27381] Typo in zipfile documentation

2016-06-24 Thread Berker Peksag
Berker Peksag added the comment: Thanks! -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed type: -> behavior versions: +Python 3.5 ___ Python tracker

[issue27381] Typo in zipfile documentation

2016-06-24 Thread Roundup Robot
Roundup Robot added the comment: 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

[issue27381] Typo in zipfile documentation

2016-06-24 Thread Xiang Zhang
New submission from Xiang Zhang: There is a redundant ')' in zipfile doc. Remove it. -- assignee: docs@python components: Documentation files: zipfile_doc.patch keywords: patch messages: 269166 nosy: docs@python, xiang.zhang priority: normal severity: normal status: open title: Typo in z