summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8729393)
raw | patch | inline | side by side (parent: 8729393)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 25 Sep 2002 05:27:18 +0000 (05:27 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 25 Sep 2002 05:27:18 +0000 (05:27 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1233 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history | |
roundup/cgi/client.py | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index 7e6325bb33f58fe548f7af917496d0ef805c840e..66c69634cc87234839d437969bf4dfe1f959311c 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
- handle multiple unrelated indexed classes
- #614188 ] Exception in mailgw.py
- #613310 ] traceback on onexistant items
+- #613291 ] typos in nosy list
2002-09-13 0.5.0 beta2
diff --git a/roundup/cgi/client.py b/roundup/cgi/client.py
index 3285709c7a7460760d17aa724c2f8743458b2995..3c3c6e1f48ce4ad719d488093820e5aa29915eb0 100644 (file)
--- a/roundup/cgi/client.py
+++ b/roundup/cgi/client.py
-# $Id: client.py,v 1.43 2002-09-25 05:15:36 richard Exp $
+# $Id: client.py,v 1.44 2002-09-25 05:27:07 richard Exp $
__doc__ = """
WWW request handler (also used in the stand-alone server).
props['roles'] = self.instance.config.NEW_WEB_USER_ROLES
self.userid = cl.create(**props)
self.db.commit()
- except ValueError, message:
+ except (ValueError, KeyError), message:
self.error_message.append(message)
return