]> granicus.if.org Git - python/commitdiff
Oops, forgot to checkin the NEWS for --identity
authorPhillip J. Eby <pje@telecommunity.com>
Thu, 30 Mar 2006 02:16:40 +0000 (02:16 +0000)
committerPhillip J. Eby <pje@telecommunity.com>
Thu, 30 Mar 2006 02:16:40 +0000 (02:16 +0000)
Misc/NEWS

index 42b6e401d65ecd6ad65bedc17582e8a960d07b4c..6a316ccf7cc89c40dd078566f2dfb8909235907a 100644 (file)
--- 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.