commit | 3ba51d587f6897a45301ce9126300c14fcd4eba2 | [log] [tgz] |
---|---|---|
author | JunWei Song <sungboss2004@gmail.com> | Wed Sep 11 23:04:12 2019 +0800 |
committer | Jason R. Coombs <jaraco@jaraco.com> | Wed Sep 11 16:04:11 2019 +0100 |
tree | d1cf636c71981d4ca5f884d981538b37e18212f1 | |
parent | 5209e586b7cac9a43b2c44349a26b1b0af06ead3 [diff] |
bpo-36260: Add pitfalls to zipfile module documentation (#13378) * 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.