------------------------------------------------------------
revno: 1292
committer: Mark Sapiro <m...@msapiro.net>
branch nick: 2.2
timestamp: Thu 2013-11-14 18:18:09 -0800
message:
  Fixed a misspelling in Tagger.py
modified:
  Mailman/Handlers/Tagger.py
  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 'Mailman/Handlers/Tagger.py'
--- Mailman/Handlers/Tagger.py	2013-09-27 23:34:42 +0000
+++ Mailman/Handlers/Tagger.py	2013-11-15 02:18:09 +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
@@ -73,7 +73,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:54:37 +0000
+++ NEWS	2013-11-15 02:18:09 +0000
@@ -68,6 +68,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

Reply via email to