summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-03-05 15:09:29 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-03-05 15:09:29 (GMT)
commite413c06f35ba4c58f7b6e8aa6984131e94672831 (patch)
treec1e9e1426e7cd2dbc3ea9826ad0926681ca754ff /Misc
parente5eec7e19898d872147ae55f65676c2f30b9461a (diff)
downloadcpython-e413c06f35ba4c58f7b6e8aa6984131e94672831.zip
cpython-e413c06f35ba4c58f7b6e8aa6984131e94672831.tar.gz
cpython-e413c06f35ba4c58f7b6e8aa6984131e94672831.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 cd0024e..250dd81 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -130,6 +130,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.