diff roundup/cgi/client.py @ 1422:5599f1990325

more info in docstring
author Richard Jones <richard@users.sourceforge.net>
date Wed, 12 Feb 2003 07:14:29 +0000
parents 90bb11eb40dc
children 58ce2c1614cd
line wrap: on
line diff
--- a/roundup/cgi/client.py	Wed Feb 12 07:02:24 2003 +0000
+++ b/roundup/cgi/client.py	Wed Feb 12 07:14:29 2003 +0000
@@ -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 @@
 
             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

Roundup Issue Tracker: http://roundup-tracker.org/