From: Phillip J. Eby Date: Thu, 30 Mar 2006 02:16:40 +0000 (+0000) Subject: Oops, forgot to checkin the NEWS for --identity X-Git-Tag: v2.5a0~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59821cf20987574eb7f26949fd43f35f9aa4025f;p=thirdparty%2FPython%2Fcpython.git Oops, forgot to checkin the NEWS for --identity --- diff --git a/Misc/NEWS b/Misc/NEWS index 42b6e401d65e..6a316ccf7cc8 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.