summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-06-29 01:05:26 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2012-06-29 01:05:26 +0200
commit24319ac40737a3c305bbadca4f89c607a54ec967 (patch)
tree613d13900c09343a8697a91a7707bb6f35d78432 /Misc
parentf29435f9f0659d433ed2e0e3e8b9c15a4c7155fd (diff)
downloadcpython-git-24319ac40737a3c305bbadca4f89c607a54ec967.tar.gz
Issue #10571: Fix the "--sign" option of distutils' upload command.
Patch by Jakub Wilk.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 514e95dbec..efa7339e2b 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1009,6 +1009,7 @@ Felix Wiemann
Gerry Wiener
Frank Wierzbicki
Bryce "Zooko" Wilcox-O'Hearn
+Jakub Wilk
Jason Williams
John Williams
Sue Williams
diff --git a/Misc/NEWS b/Misc/NEWS
index a8c274965d..242b8f76d1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.