Barry Warsaw pushed to branch master at mailman / Mailman

Commits:
d5c34113 by Barry Warsaw at 2016-03-10T21:00:23-05:00
Remove obsolete comment.

- - - - -


1 changed file:

- src/mailman/email/message.py


Changes:

=====================================
src/mailman/email/message.py
=====================================
--- a/src/mailman/email/message.py
+++ b/src/mailman/email/message.py
@@ -50,11 +50,6 @@ class Message(email.message.Message):
         return self.__str__()
 
     def __setstate__(self, values):
-        # The base class has grown and changed attributes over time.  This can
-        # break messages sitting in Mailman's queues at the time of upgrading
-        # the email package.  We can't (yet) change the email package to be
-        # safer for pickling, so we handle such changes here.  Note that we're
-        # using Python 2.6's email package version 4.0.1 as a base line here.
         self.__dict__ = values
 
     @property



View it on GitLab: 
https://gitlab.com/mailman/mailman/commit/d5c341138eb3f5af0145a59e6a7d869df9cfacd8
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to