[issue16025] Minor corrections to the zipfile documentation

2012-10-06 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: patch review -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue16025] Minor corrections to the zipfile documentation

2012-10-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you, Andrew. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Pyth

[issue16025] Minor corrections to the zipfile documentation

2012-10-06 Thread Andrew Svetlov
Andrew Svetlov added the comment: Done in 674fa8d211f2, 5665806908c4 and c9695a0b0923. Sorry. -- ___ Python tracker ___ ___ Python-bug

[issue16025] Minor corrections to the zipfile documentation

2012-10-06 Thread Antoine Pitrou
Antoine Pitrou added the comment: Andrew, please revert the test_subprocess changes. -- nosy: +pitrou ___ Python tracker ___ ___ Pytho

[issue16025] Minor corrections to the zipfile documentation

2012-10-06 Thread Andrew Svetlov
Andrew Svetlov added the comment: Committed. Please close the issue if all work done. Thanks. -- nosy: +asvetlov ___ Python tracker ___ __

[issue16025] Minor corrections to the zipfile documentation

2012-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2c398a78dba8 by Andrew Svetlov in branch '2.7': Issue #16025: Minor corrections to the zipfile documentation. http://hg.python.org/cpython/rev/2c398a78dba8 New changeset 3d54d17a637b by Andrew Svetlov in branch '3.2': Issue #16025: Minor corrections

[issue16025] Minor corrections to the zipfile documentation

2012-10-06 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- keywords: +needs review versions: +Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue16025] Minor corrections to the zipfile documentation

2012-09-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > :meth:`closed ` works too. Patches updated. -- Added file: http://bugs.python.org/file27298/doc_zipfile-3.3.patch Added file: http://bugs.python.org/file27299/doc_zipfile-3.2.patch Added file: http://bugs.python.org/file27300/doc_zipfile-2.7.patch

[issue16025] Minor corrections to the zipfile documentation

2012-09-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file27279/doc_zipfile-2.7.patch ___ Python tracker ___ ___ Python-bugs-list

[issue16025] Minor corrections to the zipfile documentation

2012-09-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file27278/doc_zipfile-3.2.patch ___ Python tracker ___ ___ Python-bugs-list

[issue16025] Minor corrections to the zipfile documentation

2012-09-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file27277/doc_zipfile-3.3.patch ___ Python tracker ___ ___ Python-bugs-list

[issue16025] Minor corrections to the zipfile documentation

2012-09-25 Thread Ezio Melotti
Ezio Melotti added the comment: :meth:`closed ` works too. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue16025] Minor corrections to the zipfile documentation

2012-09-25 Thread Chris Jerdonek
Chris Jerdonek added the comment: - :meth:`close`\ d without adding any files to the archive, the appropriate + :meth:`close `\ d without adding any files to the archive, the appropriate This formatting looks odd to me when rendered (both cases). I would perhaps suggest something like, ".

[issue16025] Minor corrections to the zipfile documentation

2012-09-24 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> patch review type: -> enhancement ___ Python tracker ___ ___ Python-bugs-

[issue16025] Minor corrections to the zipfile documentation

2012-09-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Added file: http://bugs.python.org/file27279/doc_zipfile-2.7.patch ___ Python tracker ___ ___ Python-bugs-list m

[issue16025] Minor corrections to the zipfile documentation

2012-09-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Added file: http://bugs.python.org/file27278/doc_zipfile-3.2.patch ___ Python tracker ___ ___ Python-bugs-list m

[issue16025] Minor corrections to the zipfile documentation

2012-09-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The proposed patch corrects a few markup errors in the zipfile documentation and adds a few relevant hyperlinks. -- assignee: docs@python components: Documentation files: doc_zipfile-3.3.patch keywords: patch messages: 171157 nosy: docs@python, stor