diff options
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) |
commit | 73cec21af2bfd729e9b9a72a97bc661211db6077 (patch) | |
tree | 57ea7e7dd97f4bfe1c15e84119ba03c816dbb6d6 /Misc | |
parent | 9c7b9190c33d3df61167ddd25d8ddd6ca1e79bff (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -765,6 +765,7 @@ Vlad Riscutia Juan M. Bello Rivas Davide Rizzo Anthony Roach +Carl Robben Mark Roberts Jim Robinson Andy Robinson @@ -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. |