summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPhillip J. Eby <pje@telecommunity.com>2006-03-30 02:16:40 (GMT)
committerPhillip J. Eby <pje@telecommunity.com>2006-03-30 02:16:40 (GMT)
commit59821cf20987574eb7f26949fd43f35f9aa4025f (patch)
treea458c38b981c1f4ce6e137bc1d00b6090b39d2d6 /Misc
parent2e550b3dd2a9c8a90e0811ce9f0f05690ecf05cb (diff)
downloadcpython-59821cf20987574eb7f26949fd43f35f9aa4025f.zip
cpython-59821cf20987574eb7f26949fd43f35f9aa4025f.tar.gz
cpython-59821cf20987574eb7f26949fd43f35f9aa4025f.tar.bz2
Oops, forgot to checkin the NEWS for --identity
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 42b6e40..6a316cc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -483,6 +483,9 @@ Extension Modules
Library
-------
+- patch #1457316: "setup.py upload" now supports --identity to select the
+ key to be used for signing the uploaded code.
+
- Queue.Queue objects now support .task_done() and .join() methods
to make it easier to monitor when daemon threads have completed
processing all enqueued tasks. Patch #1455676.