------------------------------------------------------------
revno: 1148
committer: Mark Sapiro <[email protected]>
branch nick: 2.2
timestamp: Thu 2011-02-17 15:29:20 -0800
message:
Fixed a typo in the usage() definition cron/gate_news. Bug #721015.
modified:
NEWS
cron/gate_news
--
lp:mailman/2.2
https://code.launchpad.net/~mailman-coders/mailman/2.2
Your team Mailman Checkins is subscribed to branch lp:mailman/2.2.
To unsubscribe from this branch go to
https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription
=== modified file 'NEWS'
--- NEWS 2011-02-07 20:45:08 +0000
+++ NEWS 2011-02-17 23:29:20 +0000
@@ -104,6 +104,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-03 01:11:33 +0000
+++ cron/gate_news 2011-02-17 23:29:20 +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
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org