diff options
author | Miro HronĨok <miro@hroncok.cz> | 2023-12-05 19:39:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 19:39:28 (GMT) |
commit | d384813ff18b33280a90b6d2011654528a2b6ad1 (patch) | |
tree | a675591b8ce4b4792332ae386b8ce710d0789863 /Misc/NEWS.d/next/Tests | |
parent | d109f637c048c2b5fc95dc7fdfd50f8ac41a7747 (diff) | |
download | cpython-d384813ff18b33280a90b6d2011654528a2b6ad1.zip cpython-d384813ff18b33280a90b6d2011654528a2b6ad1.tar.gz cpython-d384813ff18b33280a90b6d2011654528a2b6ad1.tar.bz2 |
gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suffix (GH-112771)
zlib-ng defines the version as "1.3.0.zlib-ng".
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2023-12-05-19-50-03.gh-issue-112769.kdLJmS.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2023-12-05-19-50-03.gh-issue-112769.kdLJmS.rst b/Misc/NEWS.d/next/Tests/2023-12-05-19-50-03.gh-issue-112769.kdLJmS.rst new file mode 100644 index 0000000..1bbbb26 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2023-12-05-19-50-03.gh-issue-112769.kdLJmS.rst @@ -0,0 +1,3 @@ +The tests now correctly compare zlib version when +:const:`zlib.ZLIB_RUNTIME_VERSION` contains non-integer suffixes. For +example zlib-ng defines the version as ``1.3.0.zlib-ng``. |