commit | 3ac866539f6b43aa61367749d7c7f2e8a71f5fa7 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Sat Mar 29 00:07:42 2014 -0700 |
committer | Ned Deily <nad@acm.org> | Sat Mar 29 00:07:42 2014 -0700 |
tree | bb1fe034bf4f1bc6ec0540c1e8b2393c4a4f886c | |
parent | 0913bff8bc42f75fd971e56270866751ead144d4 [diff] [blame] |
Issue #21093: Prevent failures of ctypes test_macholib on OS X if a copy of libz exists in $HOME/lib or /usr/local/lib.
diff --git a/Misc/NEWS b/Misc/NEWS index baeffbb..d08d0c1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -336,6 +336,9 @@ redirect of http://www.python.org/ to https://www.python.org: use http://www.example.com instead. +- Issue #21093: Prevent failures of ctypes test_macholib on OS X if a + copy of libz exists in $HOME/lib or /usr/local/lib. + Documentation -------------