diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-02-09 12:36:48 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-02-09 12:36:48 +0000 |
commit | 0a2032673cb151949b0788d74bb1ed6d55f2b0df (patch) | |
tree | a090c66eb188ca36c4208e4964f840e5f12f7079 /Misc | |
parent | fd963265e21686fb306eaa3f0e63c15bfdbcc9ba (diff) | |
download | cpython-git-0a2032673cb151949b0788d74bb1ed6d55f2b0df.tar.gz |
Bug #1600860: Search for shared python library in LIBDIR, not
lib/python/config, on "linux" and "gnu" systems.
Will backport.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -128,6 +128,9 @@ Core and builtins 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. |