Oops, forgot to checkin the NEWS for --identity

This commit is contained in:
Phillip J. Eby 2006-03-30 02:16:40 +00:00
parent 2e550b3dd2
commit 59821cf209
1 changed files with 3 additions and 0 deletions

View File

@ -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.