From 59821cf20987574eb7f26949fd43f35f9aa4025f Mon Sep 17 00:00:00 2001 From: "Phillip J. Eby" Date: Thu, 30 Mar 2006 02:16:40 +0000 Subject: Oops, forgot to checkin the NEWS for --identity --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v0.12