diff options
author | Ned Deily <nad@acm.org> | 2014-03-29 07:08:44 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-03-29 07:08:44 (GMT) |
commit | c420343c0cb83dc8d343a144a686597598aa03da (patch) | |
tree | 3d8332d6533e728d6711be749272e3f99ab54778 /Misc | |
parent | 9aa00d1cd1691866269b4dd5e2ab5bcd3bc08940 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----------- |