commit | 131c7079d3f35883f4acc0b5fb7542feccfe3560 | [log] [tgz] |
---|---|---|
author | Nadeem Vawda <nadeem.vawda@gmail.com> | Wed Jan 25 23:16:50 2012 +0200 |
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Wed Jan 25 23:16:50 2012 +0200 |
tree | 9a3f19d63d14fdd2a368e701eab36fe4e92d03d4 | |
parent | 9b727eca26ac97e2029dff669cf031d3ae5150c2 [diff] [blame] |
Issue #13862: Relax zlib version test to avoid spurious failures.
diff --git a/Misc/NEWS b/Misc/NEWS index f6b1f0d..2dab0a1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -461,6 +461,9 @@ Library ------- +- Issue #13862: Fix spurious failure in test_zlib due to runtime/compile time + minor versions not matching. + - Issue #12804: Fix test_socket and test_urllib2net failures when running tests on a system without internet access.