summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-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.