summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-20 21:31:07 (GMT)
committerJason R. Coombs <jaraco@jaraco.com>2016-08-20 21:31:07 (GMT)
commita47ca08a360bd1dc3b2b4c53bd757090f979be0f (patch)
tree13d7bcf997036da6b4880618f7dd75608a2969cb /Misc
parent3766572a488562b06e54d2484fb184eb3c87a9e0 (diff)
downloadcpython-a47ca08a360bd1dc3b2b4c53bd757090f979be0f.zip
cpython-a47ca08a360bd1dc3b2b4c53bd757090f979be0f.tar.gz
cpython-a47ca08a360bd1dc3b2b4c53bd757090f979be0f.tar.bz2
Issue #27819: Simply default to gztar for sdist formats by default on all platforms.
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 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.