diff options
| author | ianb <devnull@localhost> | 2007-01-30 02:40:02 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2007-01-30 02:40:02 +0000 |
| commit | ff149b45ee82a904541fe8208414f8fd56b7ecaa (patch) | |
| tree | fd54b7212af5a5e45a0b330d0c3415162b3e69c0 | |
| parent | ece03828126775b45427097845fd42ab12f42edf (diff) | |
| download | paste-ff149b45ee82a904541fe8208414f8fd56b7ecaa.tar.gz | |
Added news for last commit
| -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 ----- |
