
report at bugs
May 11, 2008, 12:41 PM
Post #7 of 10
(435 views)
Permalink
|
|
[issue756982] mailbox should use email not rfc822
[In reply to]
|
|
Humberto Diogenes <humberto [at] digi> added the comment: > rfc822 is replaced by None in the patch here; is that safe to do? Yes. That's what mailbox documentation says: Parameter factory is a callable object that accepts a file-like message representation [...] and returns a custom representation. If factory is None, MaildirMessage is used as the default message representation. ____________________________________ Tracker <report [at] bugs> <http://bugs.python.org/issue756982> ____________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|