summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2013-11-15 18:01:52 (GMT)
committerAndrew Kuchling <amk@amk.ca>2013-11-15 18:01:52 (GMT)
commit5e2d45672c8f84f6b1877e68ab92b4b50e2d124d (patch)
treeacccecbfdceb5560510b1b989b44a34c65822f7d /Misc
parentc31ebb60f975b231e8f2fff7af72204bf3309ed0 (diff)
downloadcpython-5e2d45672c8f84f6b1877e68ab92b4b50e2d124d.zip
cpython-5e2d45672c8f84f6b1877e68ab92b4b50e2d124d.tar.gz
cpython-5e2d45672c8f84f6b1877e68ab92b4b50e2d124d.tar.bz2
Issue #19544 and Issue #6516: Restore support for --user and --group parameters to sdist command as found in Python 2.7 and originally slated for Python 3.2 but accidentally rolled back as part of the distutils2 rollback. Closes Issue #6516.
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 0083fe0..70988fe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,9 @@ Core and Builtins
Library
-------
+- Issue #19544 and #6516: Restore support for --user and --group parameters to
+ sdist command accidentally rolled back as part of the distutils2 rollback.
+
- Issue #13674: Prevented time.strftime from crashing on Windows when given
a year before 1900 and a format of %y.