commit | 0a2032673cb151949b0788d74bb1ed6d55f2b0df | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Feb 09 12:36:48 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Feb 09 12:36:48 2007 +0000 |
tree | a090c66eb188ca36c4208e4964f840e5f12f7079 | |
parent | fd963265e21686fb306eaa3f0e63c15bfdbcc9ba [diff] |
Bug #1600860: Search for shared python library in LIBDIR, not lib/python/config, on "linux" and "gnu" systems. Will backport.
diff --git a/Misc/NEWS b/Misc/NEWS index faf7d2d..aab0758 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -128,6 +128,9 @@ Library ------- +- Bug #1600860: Search for shared python library in LIBDIR, not lib/python/config, + on "linux" and "gnu" systems. + - Patch #1652681: tarfile.py: create nonexistent files in append mode and allow appending to empty files.