diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-28 23:05:26 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-28 23:05:26 (GMT) |
commit | 24319ac40737a3c305bbadca4f89c607a54ec967 (patch) | |
tree | 613d13900c09343a8697a91a7707bb6f35d78432 /Misc | |
parent | f29435f9f0659d433ed2e0e3e8b9c15a4c7155fd (diff) | |
download | cpython-24319ac40737a3c305bbadca4f89c607a54ec967.zip cpython-24319ac40737a3c305bbadca4f89c607a54ec967.tar.gz cpython-24319ac40737a3c305bbadca4f89c607a54ec967.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
@@ -1009,6 +1009,7 @@ Felix Wiemann Gerry Wiener Frank Wierzbicki Bryce "Zooko" Wilcox-O'Hearn +Jakub Wilk Jason Williams John Williams Sue Williams @@ -81,6 +81,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. |