diff options
| author | ianb <devnull@localhost> | 2006-08-21 20:39:44 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2006-08-21 20:39:44 +0000 |
| commit | 9b0705d2e06508af198cd4c1ad9504073918611b (patch) | |
| tree | 532e5fb147e4b80a73844c7157b216b5101dc755 /docs | |
| parent | bb9d1385c564cc0ec49ecdd852b3d9b118e4a7d0 (diff) | |
| download | paste-9b0705d2e06508af198cd4c1ad9504073918611b.tar.gz | |
Fixed problem with exception formatter word wrapping routine
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt index e9851d9..68bf802 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -22,6 +22,12 @@ News * Bug with ``wsgilib.catch_errors`` and app_iters with no ``close()`` method. +* Long words in tracebacks weren't being wrapped correctly at all. + Also, large data would cause the wrapping routine to give a + recursion error. Now large data is truncated (at 1000 characters), + and recursion won't be a problem. Also, wrapping shouldn't lose + characters. + 0.9.7 ----- |
