summaryrefslogtreecommitdiffstats
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 7429608..5da7f8a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,9 @@ Core and Builtins
Library
-------
+- Issue #27819: In distutils sdists, simply produce the "gztar" (gzipped tar
+ format) distributions on all platforms unless "formats" is supplied.
+
- Issue #2466: posixpath.ismount now correctly recognizes mount points which
the user does not have permission to access.