commit | 523539de5ec2bad125c0fbafb9b02f18d335299a | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Feb 09 12:37:12 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Feb 09 12:37:12 2007 +0000 |
tree | 0c0132bd1d5d2cda28c50980f5859bcb1e3faaaf | |
parent | b4af42a63582a25ed69a6fd18d870891954bf082 [diff] [blame] |
Bug #1600860: Search for shared python library in LIBDIR, not lib/python/config, on "linux" and "gnu" systems.
diff --git a/Misc/NEWS b/Misc/NEWS index 8cecda5..0ac7328 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -169,6 +169,9 @@ Library ------- +- Bug #1600860: Search for shared python library in LIBDIR, not lib/python/config, + on "linux" and "gnu" systems. + - Bug #1124861: Automatically create pipes if GetStdHandle fails in subprocess.