diff options
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) |
commit | e413c06f35ba4c58f7b6e8aa6984131e94672831 (patch) | |
tree | c1e9e1426e7cd2dbc3ea9826ad0926681ca754ff /Misc | |
parent | e5eec7e19898d872147ae55f65676c2f30b9461a (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |