-
Committer:
Mark Sapiro
-
Date:
2007-10-05 02:50:56 UTC
-
Revision ID:
msapiro@value.net-20071005025056-mwvwcbxvnywqgbd5
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.