diff options
| author | Ian Bicking <ian@ianbicking.org> | 2007-01-30 02:40:02 +0000 |
|---|---|---|
| committer | Ian Bicking <ian@ianbicking.org> | 2007-01-30 02:40:02 +0000 |
| commit | f210385a633ec84efb3d24c9e89edbf5efe4d97d (patch) | |
| tree | fd54b7212af5a5e45a0b330d0c3415162b3e69c0 /docs | |
| parent | 2348d4d2882968ec9d6a31fed08b59da8aa495c2 (diff) | |
| download | paste-git-f210385a633ec84efb3d24c9e89edbf5efe4d97d.tar.gz | |
Added news for last commit
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 ----- |
