From f210385a633ec84efb3d24c9e89edbf5efe4d97d Mon Sep 17 00:00:00 2001 From: Ian Bicking Date: Tue, 30 Jan 2007 02:40:02 +0000 Subject: Added news for last commit --- docs/news.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/news.txt b/docs/news.txt index f98c4af..d932872 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -33,6 +33,11 @@ svn trunk * ``paste.fixture.TestApp.get(status=X)`` takes a list of allowed status codes for ``X``. +* ``paste.httpserver`` now puts a key in the environment when using a + thread pool that allows you to track the thread pool and see any + wedged threads. ``egg:Paste#watch_threads`` is an application that + can display this information. + 1.1.1 ----- -- cgit v1.2.1