[Python-checkins] r43436 - python/trunk/Misc/NEWS

phillip.eby python-checkins at python.org
Thu Mar 30 04:16:40 CEST 2006


Author: phillip.eby
Date: Thu Mar 30 04:16:40 2006
New Revision: 43436

Modified:
   python/trunk/Misc/NEWS
Log:
Oops, forgot to checkin the NEWS for --identity


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Thu Mar 30 04:16:40 2006
@@ -483,6 +483,9 @@
 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.


More information about the Python-checkins mailing list