Code

more info in docstring
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 12 Feb 2003 07:14:29 +0000 (07:14 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 12 Feb 2003 07:14:29 +0000 (07:14 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1500 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/cgi/client.py

index 8d42f45ca1b752606aee7884f05c55a0e185a101..3bef4d8129c83d02bf5db88c2eb79981fa67ea5d 100644 (file)
@@ -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