From: richard Date: Wed, 12 Feb 2003 07:14:29 +0000 (+0000) Subject: more info in docstring X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=411adbcdb98423fbd54ab0d7ca9371955fe6bab4;p=roundup.git more info in docstring git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1500 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/cgi/client.py b/roundup/cgi/client.py index 8d42f45..3bef4d8 100644 --- a/roundup/cgi/client.py +++ b/roundup/cgi/client.py @@ -1,4 +1,4 @@ -# $Id: client.py,v 1.80 2003-02-12 07:02:22 richard Exp $ +# $Id: client.py,v 1.81 2003-02-12 07:14:29 richard Exp $ __doc__ = """ WWW request handler (also used in the stand-alone server). @@ -1243,7 +1243,9 @@ class Client: The return from this method is a dict of classname|designator: properties - + ... this dict _always_ has an entry for the current context, + even if it's empty (ie. a submission for an existing issue that + doesn't result in any changes would return {'issue123': {}}) ''' # some very useful variables db = self.db