Mercurial > p > roundup > code
diff doc/design.txt @ 1675:eb3c348676ed
Updated deprecated 'sendmessage' to current 'nosymessage'
| author | Jean Jordaan <neaj@users.sourceforge.net> |
|---|---|
| date | Mon, 23 Jun 2003 08:03:17 +0000 |
| parents | b9c1226cb600 |
| children | 3c3e44aacdb4 |
line wrap: on
line diff
--- a/doc/design.txt Mon Jun 23 07:58:38 2003 +0000 +++ b/doc/design.txt Mon Jun 23 08:03:17 2003 +0000 @@ -708,7 +708,7 @@ field of the specified issue. """ - def sendmessage(self, itemid, msgid): + def nosymessage(self, itemid, msgid): """Send a message to the members of an issue's nosy list. The message is sent only to users on the nosy list who are
