summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-03-05 15:47:33 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-03-05 15:47:33 (GMT)
commitdcd280480f7009dea8e04e486d2fa5b304000b45 (patch)
treec2e0cb27455e0131982b83d6c212406465e55099 /Misc
parentd2e19b5173a4500bf3f83a4166c6f3e896aefa07 (diff)
downloadcpython-dcd280480f7009dea8e04e486d2fa5b304000b45.zip
cpython-dcd280480f7009dea8e04e486d2fa5b304000b45.tar.gz
cpython-dcd280480f7009dea8e04e486d2fa5b304000b45.tar.bz2
Make distutils’ upload command work with bdist_msi products (#13719).
Patch by Ralf Schmitt.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 89b6471..4fe056d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -101,6 +101,8 @@ Core and Builtins
Library
-------
+- Issue #13719: Make the distutils upload command aware of bdist_msi products.
+
- Issue #14195: An issue that caused weakref.WeakSet instances to incorrectly
return True for a WeakSet instance 'a' in both 'a < a' and 'a > a' has been
fixed.