New submission from Bernd Wurst: The "factory"-argument to the constructorof mailbox.Maildir is not used as it should be.
First, it's default is set to rfc822.Message instead of MaildirMessage and then, inside the module's code, MaildirMessage is hard-coded as a message constructor. If I need a derived class with custom attributes, I cannot use it. ---------- components: Extension Modules messages: 56418 nosy: bwurst severity: normal status: open title: mailbox.Maildir: factory not used type: resource usage versions: Python 2.5 __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1277> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com