summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-03-29 07:08:44 (GMT)
committerNed Deily <nad@acm.org>2014-03-29 07:08:44 (GMT)
commitc420343c0cb83dc8d343a144a686597598aa03da (patch)
tree3d8332d6533e728d6711be749272e3f99ab54778 /Misc
parent9aa00d1cd1691866269b4dd5e2ab5bcd3bc08940 (diff)
downloadcpython-c420343c0cb83dc8d343a144a686597598aa03da.zip
cpython-c420343c0cb83dc8d343a144a686597598aa03da.tar.gz
cpython-c420343c0cb83dc8d343a144a686597598aa03da.tar.bz2
Issue #21093: Prevent failures of ctypes test_macholib on OS X if a
copy of libz exists in $HOME/lib or /usr/local/lib.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c682386..38928f8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -129,6 +129,9 @@ Tests
- Issue #20668: asyncio tests no longer rely on tests.txt file.
(Patch by Vajrasky Kok)
+- Issue #21093: Prevent failures of ctypes test_macholib on OS X if a
+ copy of libz exists in $HOME/lib or /usr/local/lib.
+
Tools/Demos
-----------