Mercurial > p > roundup > code
changeset 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 | 0807e3676133 |
| children | 4856faf558a2 |
| files | doc/design.txt |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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
