[issue32969] Add more constants to zlib module
New submission from Xiang Zhang <angwerzx@126.com>: Inspired by https://github.com/python/cpython/pull/5511, zlib module in Python lacks some constants exposed by C zlib library, and some constants are not documented. ---------- assignee: docs@python components: Documentation, Library (Lib) messages: 313053 nosy: docs@python, xiang.zhang priority: normal severity: normal status: open title: Add more constants to zlib module type: enhancement versions: Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32969> _______________________________________
Change by Xiang Zhang <angwerzx@126.com>: ---------- keywords: +patch pull_requests: +5755 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32969> _______________________________________
Change by Xiang Zhang <angwerzx@126.com>: ---------- type: enhancement -> versions: +Python 3.6, Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32969> _______________________________________
Xiang Zhang <angwerzx@126.com> added the comment: New changeset bc3f2289b9007396bfb7f986bee477b6176c1822 by Xiang Zhang in branch 'master': bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) https://github.com/python/cpython/commit/bc3f2289b9007396bfb7f986bee477b6176... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32969> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +5777 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32969> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +5778 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32969> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset c4d77a661138debbbe584b8b08410afc8719a9b1 by Miss Islington (bot) in branch '3.7': bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) https://github.com/python/cpython/commit/c4d77a661138debbbe584b8b08410afc871... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32969> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 7592c0a686a80b9fbe2e6d519a486aca58b3260b by Miss Islington (bot) in branch '3.6': bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) https://github.com/python/cpython/commit/7592c0a686a80b9fbe2e6d519a486aca58b... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32969> _______________________________________
Change by Xiang Zhang <angwerzx@126.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32969> _______________________________________
participants (2)
-
miss-islington
-
Xiang Zhang