]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36260: Add pitfalls to zipfile module documentation (GH-13378) (GH-15976)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Sep 2019 16:03:18 +0000 (09:03 -0700)
committerJason R. Coombs <jaraco@jaraco.com>
Wed, 11 Sep 2019 16:03:18 +0000 (17:03 +0100)
commitc5a672315dffbc95acc1ca28584ec84ddb56626f
tree6e340a7075100032bf7ec4ed76a199306fc225a4
parent436cd2c20b1d7c86be1c53a3ba3bceefcaff2b73
bpo-36260: Add pitfalls to zipfile module documentation (GH-13378) (GH-15976)

* bpo-36260: Add pitfalls to zipfile module documentation

We saw vulnerability warning description (including zip bomb) in Doc/library/xml.rst file.
This gave us the idea of documentation improvement.

So, we moved a little bit forward :P
And the doc patch can be found (pr).

* fix trailing whitespace

* ðŸ“œðŸ¤– Added by blurb_it.

* Reformat text for consistency.
(cherry picked from commit 3ba51d587f6897a45301ce9126300c14fcd4eba2)

Co-authored-by: JunWei Song <sungboss2004@gmail.com>
Doc/library/zipfile.rst
Misc/NEWS.d/next/Documentation/2019-06-04-09-29-00.bpo-36260.WrGuc-.rst [new file with mode: 0644]