diff options
author | ianb <devnull@localhost> | 2007-10-23 19:20:19 +0000 |
---|---|---|
committer | ianb <devnull@localhost> | 2007-10-23 19:20:19 +0000 |
commit | 12419a84101b6c897c7ce40ba4f7f04ce85d353b (patch) | |
tree | 876c323a15c6af427cdcaffa502d3e1590eca2c9 | |
parent | 8bbad7253988c61c0030e589d73c062602e516d3 (diff) | |
download | paste-12419a84101b6c897c7ce40ba4f7f04ce85d353b.tar.gz |
doc fixes
-rw-r--r-- | docs/news.txt | 4 | ||||
-rw-r--r-- | paste/exceptions/errormiddleware.py | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/news.txt b/docs/news.txt index 96a1ab6..f72e93c 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -3,8 +3,8 @@ News .. contents:: -svn trunk ---------- +1.5.1 +----- * Make ``paste.cascade`` more tolerant of a missing or invalid Content-Length. diff --git a/paste/exceptions/errormiddleware.py b/paste/exceptions/errormiddleware.py index 8c5b15d..0842ed2 100644 --- a/paste/exceptions/errormiddleware.py +++ b/paste/exceptions/errormiddleware.py @@ -47,8 +47,7 @@ class ErrorMiddleware(object): If true, then errors will be printed to ``wsgi.errors`` (frequently a server error log, or stderr). - ``from_address``, ``smtp_server``, ``error_subject_prefix``, - ``smtp_username``, ``smtp_password``, ``smtp_use_tls``: + ``from_address``, ``smtp_server``, ``error_subject_prefix``, ``smtp_username``, ``smtp_password``, ``smtp_use_tls``: variables to control the emailed exception reports ``error_message``: |