From 26733a702a032a46153db5203f3bacd5157ad576 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Sun, 16 Jan 2005 21:57:05 +0000 Subject: New names added to ACKNOWLEDGMENTS. Updated NEWS in preparation for 2.1.6b1. Update copyright years for files changes in 2005. Whitespace normalization. --- Mailman/Handlers/Scrubber.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Mailman/Handlers') diff --git a/Mailman/Handlers/Scrubber.py b/Mailman/Handlers/Scrubber.py index 67ec6bf4..31b37985 100644 --- a/Mailman/Handlers/Scrubber.py +++ b/Mailman/Handlers/Scrubber.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2003 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2005 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 @@ -14,8 +14,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -"""Cleanse a message for archiving. -""" +"""Cleanse a message for archiving.""" from __future__ import nested_scopes @@ -340,7 +339,7 @@ Url : %(url)s except binascii.Error: t = part.get_payload() # TK: get_content_charset() returns 'iso-2022-jp' for internally - # crafted (scrubbed) 'euc-jp' text part. So, first try + # crafted (scrubbed) 'euc-jp' text part. So, first try # get_charset(), then get_content_charset() for the parts # which are already embeded in the incoming message. partcharset = part.get_charset() -- cgit v1.2.3