commit | 55f1bb8bfa362569b6698a91a1cf421bdfcd13d7 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Mar 21 20:56:35 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Mar 21 20:56:35 2005 +0000 |
tree | beea9fb70aee8ff05b1f6fa78bd04e5d2a668bdf | |
parent | e6c430dffe5618016c516578726c0a7aa1471a9e [diff] [blame] |
Add the upload command. Make all dist commands register their outputs with the distribution object.
diff --git a/Misc/NEWS b/Misc/NEWS index 9e3ffa4..1706874 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -88,6 +88,9 @@ Library ------- +- distutils.commands.upload was added to support uploading distribution + files to PyPI. + - Bug #1163325: Decimal infinities failed to hash. Attempting to hash a NaN raised an InvalidOperation instead of a TypeError.