------------------------------------------------------------ revno: 1281 committer: Mark Sapiro <msap...@value.net> branch nick: 2.1 timestamp: Thu 2011-02-17 15:27:08 -0800 message: Fixed a typo in the usage() definition cron/gate_news. Bug #721015. modified: NEWS cron/gate_news
-- lp:mailman/2.1 https://code.launchpad.net/~mailman-coders/mailman/2.1 Your team Mailman Checkins is subscribed to branch lp:mailman/2.1. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'NEWS' --- NEWS 2011-02-07 20:42:05 +0000 +++ NEWS 2011-02-17 23:27:08 +0000 @@ -34,6 +34,8 @@ Bug Fixes and other patches + - Fixed a typo in the usage() definition cron/gate_news. Bug #721015. + - Fixed an uncaught KeyError when poster tries to cancel a post which was already handled. Bug #266224. === modified file 'cron/gate_news' --- cron/gate_news 2008-12-02 22:37:29 +0000 +++ cron/gate_news 2011-02-17 23:27:08 +0000 @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2011 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -75,7 +75,7 @@ -def usage(status, msg=''): +def usage(code, msg=''): if code: fd = sys.stderr else:
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org