summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-02-09 12:36:48 +0000
committerMartin v. Löwis <martin@v.loewis.de>2007-02-09 12:36:48 +0000
commit0a2032673cb151949b0788d74bb1ed6d55f2b0df (patch)
treea090c66eb188ca36c4208e4964f840e5f12f7079 /Misc
parentfd963265e21686fb306eaa3f0e63c15bfdbcc9ba (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index faf7d2d2b0..aab07582b4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.