------------------------------------------------------------ revno: 1433 fixes bug: https://launchpad.net/bugs/1251495 committer: Mark Sapiro <m...@msapiro.net> branch nick: 2.1 timestamp: Thu 2013-11-14 18:15:47 -0800 message: Fixed a misspelling in Tagger.py modified: Mailman/Handlers/Tagger.py 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 'Mailman/Handlers/Tagger.py' --- Mailman/Handlers/Tagger.py 2013-09-27 23:33:35 +0000 +++ Mailman/Handlers/Tagger.py 2013-11-15 02:15:47 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2013 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 @@ -71,7 +71,7 @@ if hits: msgdata['topichits'] = hits.keys() change_header('X-Topics', NLTAB.join(hits.keys()), - mlist, msg, msgdata, Delete=False) + mlist, msg, msgdata, delete=False) === modified file 'NEWS' --- NEWS 2013-11-08 05:43:20 +0000 +++ NEWS 2013-11-15 02:15:47 +0000 @@ -24,6 +24,9 @@ Bug Fixes and other patches + - Fixed a misspelling in Tagger.py causing an "unexpected keyword argument + 'Delete'" exception. (LP: #1251495) + - Fixed contrib/qmail-to-mailman.py to work with a user other than 'mailman' and to recognize more listname-* addresses. (LP: #412293)
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org