[Moin-devel] [ moin-Bugs-917681 ] Python 2.2 mail:Header Import

SourceForge.net noreply at sourceforge.net
Tue Mar 16 15:02:04 EST 2004


Bugs item #917681, was opened at 2004-03-16 18:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108482&aid=917681&group_id=8482

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Robert Bushman (rbb36)
Assigned to: Nobody/Anonymous (nobody)
Summary: Python 2.2 mail:Header Import

Initial Comment:
Hi,

I haven't done an exhaustive search of your fixed bugs,
so I apologize if this is a dupe.

I just installed 1.2.1, and like the new features -
particularly logging in with a wiki name instead of a
user number.  One small bug I found - Python 2.2 (at
least Debian Testing's version) does not have
mail:Header.  The following is the diff for a simple fix:

moin/lib/python2.2/site-packages/MoinMoin/util$ diff
mail.py~ mail.py
36c36
<     from email.Header import Header
---
>     #    from email.Header import Header
51c51
<     msg['Subject'] = Header(subject, config.charset)
---
>     msg['Subject'] = subject # Header(subject,
config.charset)

Gotta love Free Software written in Python, it told me
the problem and I only had about 5 minutes of downtime!

Keep up the great work!

Bob


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108482&aid=917681&group_id=8482




More information about the Moin-devel mailing list