summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-03-05 16:04:07 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-03-05 16:04:07 (GMT)
commitb8e280d225568ea07a02e3e6b94667bd764f9695 (patch)
tree634cd553469c39d393abb2656c1d10c72867d0d4 /Misc
parentd1671239a485556d02f5b62c5dc868107e71360b (diff)
downloadcpython-b8e280d225568ea07a02e3e6b94667bd764f9695.zip
cpython-b8e280d225568ea07a02e3e6b94667bd764f9695.tar.gz
cpython-b8e280d225568ea07a02e3e6b94667bd764f9695.tar.bz2
Make packaging’ upload command work with bdist_msi products (#13719)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e2455c8..52fd990 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,7 +13,8 @@ Core and Builtins
Library
-------
-- Issue #13719: Make the distutils upload command aware of bdist_msi products.
+- Issue #13719: Make the distutils and packaging upload commands aware of
+ bdist_msi products.
- Issue #14007: Accept incomplete TreeBuilder objects (missing start, end,
data or close method) for the Python implementation as well.