------------------------------------------------------------
revno: 995
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Thu 2007-10-04 19:50:56 -0700
message:
  In rare cases, versions.py can encounter a very old list with held posts in
  its requests dictionary.  It then tries to create a Message.OutgoingMessage
  object from the message text, but that class no longer exists.  Fixed by
  using email.message_from_string() instead.
modified:
  Mailman/versions.py

=== modified file 'Mailman/versions.py'
--- a/Mailman/versions.py       2007-10-05 01:35:10 +0000
+++ b/Mailman/versions.py       2007-10-05 02:50:56 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2005 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2007 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



--

https://code.launchpad.net/~mailman-coders/mailman/2.1

You are receiving this branch notification because you are subscribed to it.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+subscription/mailman-checkins.
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to