summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2024-09-06 20:41:55 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2024-09-06 20:41:55 (GMT)
commit39b2f82717a69dde7212bc39b673b0f55c99e6a3 (patch)
tree48ec47957a5670381ca155c5030e2e2226f211be /Misc/NEWS.d/next/Tests
parent4d069d5b1170b9d82013ab824ff5d6cf28964d97 (diff)
downloadcpython-3.8.zip
cpython-3.8.tar.gz
cpython-3.8.tar.bz2
Python 3.8.20v3.8.203.8
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
-rw-r--r--Misc/NEWS.d/next/Tests/2024-03-24-23-49-25.gh-issue-117187.eMLT5n.rst1
-rw-r--r--Misc/NEWS.d/next/Tests/2024-05-25-17-06-01.gh-issue-112769.kdLJmS.rst3
2 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Tests/2024-03-24-23-49-25.gh-issue-117187.eMLT5n.rst b/Misc/NEWS.d/next/Tests/2024-03-24-23-49-25.gh-issue-117187.eMLT5n.rst
deleted file mode 100644
index 0c0b0e0..0000000
--- a/Misc/NEWS.d/next/Tests/2024-03-24-23-49-25.gh-issue-117187.eMLT5n.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix XML tests for vanilla Expat <2.6.0.
diff --git a/Misc/NEWS.d/next/Tests/2024-05-25-17-06-01.gh-issue-112769.kdLJmS.rst b/Misc/NEWS.d/next/Tests/2024-05-25-17-06-01.gh-issue-112769.kdLJmS.rst
deleted file mode 100644
index 1bbbb26..0000000
--- a/Misc/NEWS.d/next/Tests/2024-05-25-17-06-01.gh-issue-112769.kdLJmS.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-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``.