diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-28 23:06:51 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-28 23:06:51 (GMT) |
commit | c92448beba60b022624b03068aea53800d0fd923 (patch) | |
tree | d1668da8d85e059785d24db1d166658b290505a2 /Misc | |
parent | 9f558ccefd649ab52b76cf51e0c7d19237b238f1 (diff) | |
parent | 24319ac40737a3c305bbadca4f89c607a54ec967 (diff) | |
download | cpython-c92448beba60b022624b03068aea53800d0fd923.zip cpython-c92448beba60b022624b03068aea53800d0fd923.tar.gz cpython-c92448beba60b022624b03068aea53800d0fd923.tar.bz2 |
Issue #10571: Fix the "--sign" option of distutils' upload command.
Patch by Jakub Wilk.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1116,6 +1116,7 @@ Felix Wiemann Gerry Wiener Frank Wierzbicki Bryce "Zooko" Wilcox-O'Hearn +Jakub Wilk Gerald S. Williams Jason Williams John Williams @@ -14,6 +14,9 @@ Core and Builtins Library ------- +- Issue #10571: Fix the "--sign" option of distutils' upload command. + Patch by Jakub Wilk. + - Issue #9559: If messages were only added, a new file is no longer created and renamed over the old file when flush() is called on an mbox, MMDF or Babyl mailbox. |