[issue1277] mailbox.Maildir: factory not used

2008-01-19 Thread A.M. Kuchling

A.M. Kuchling added the comment:

I think the required patch is much simpler; only get_message() needs to
be updated.  I've committed this change to trunk as rev60095, and to
release25-maint as rev. 60096.

--
resolution:  - fixed
status: open - closed

__
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



[issue1277] mailbox.Maildir: factory not used

2008-01-09 Thread A.M. Kuchling

Changes by A.M. Kuchling:


--
assignee:  - akuchling
nosy: +akuchling

__
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



[issue1277] mailbox.Maildir: factory not used

2008-01-09 Thread Christian Heimes

Changes by Christian Heimes:


--
keywords: +patch
priority:  - normal
versions: +Python 2.6

__
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



[issue1277] mailbox.Maildir: factory not used

2007-10-15 Thread Guido van Rossum

Guido van Rossum added the comment:

Patch please?

--
nosy: +gvanrossum

__
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



[issue1277] mailbox.Maildir: factory not used

2007-10-14 Thread Bernd Wurst

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