mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438)
This commit is contained in:
parent
c1a02f9101
commit
63a638c43f
18 changed files with 1277 additions and 38 deletions
|
@ -330,6 +330,18 @@ the following constants:
|
|||
.. versionadded:: 3.3
|
||||
|
||||
|
||||
.. data:: ZLIBNG_VERSION
|
||||
|
||||
The version string of the zlib-ng library that was used for building the
|
||||
module if zlib-ng was used. When present, the :data:`ZLIB_VERSION` and
|
||||
:data:`ZLIB_RUNTIME_VERSION` constants reflect the version of the zlib API
|
||||
provided by zlib-ng.
|
||||
|
||||
If zlib-ng was not used to build the module, this constant will be absent.
|
||||
|
||||
.. versionadded:: 3.14
|
||||
|
||||
|
||||
.. seealso::
|
||||
|
||||
Module :mod:`gzip`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue