summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-01-15 01:48:55 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-01-15 01:48:55 (GMT)
commit73cec21af2bfd729e9b9a72a97bc661211db6077 (patch)
tree57ea7e7dd97f4bfe1c15e84119ba03c816dbb6d6 /Misc
parent9c7b9190c33d3df61167ddd25d8ddd6ca1e79bff (diff)
downloadcpython-73cec21af2bfd729e9b9a72a97bc661211db6077.zip
cpython-73cec21af2bfd729e9b9a72a97bc661211db6077.tar.gz
cpython-73cec21af2bfd729e9b9a72a97bc661211db6077.tar.bz2
Stop ignoring RPMs in distutils' upload command (#2945).
Bug reported by Hartmut Goebel and patch contributed by Carl Robben. Carl tested the fix and we have a buildbot with rpm installed, so I’m committing even though I could not run this test (but I do understand the changed code :)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 24f3f45..bad11ae 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -765,6 +765,7 @@ Vlad Riscutia
Juan M. Bello Rivas
Davide Rizzo
Anthony Roach
+Carl Robben
Mark Roberts
Jim Robinson
Andy Robinson
diff --git a/Misc/NEWS b/Misc/NEWS
index fe28751..271c5b7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -97,6 +97,8 @@ Core and Builtins
Library
-------
+- Issue #2945: Make the distutils upload command aware of bdist_rpm products.
+
- Issue #13642: Unquote before b64encoding user:password during Basic
Authentication. Patch contributed by Joonas Kuorilehto.