]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Bug #1569790] mailbox.Maildir.get_folder() loses factory information
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 9 Nov 2006 13:27:07 +0000 (13:27 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 9 Nov 2006 13:27:07 +0000 (13:27 +0000)
commita3e5d3757c375ded62c3f64d4f3ed65881994e3c
treef5a3034b83c86eb669fb6f014f7501cc91ef9fc6
parent038cad7ee439f1f056170b0c97144cbdb6df6e41
[Bug #1569790] mailbox.Maildir.get_folder() loses factory information

Both the Maildir and MH classes had this bug; the patch fixes both classes
and adds a test.

Will backport to 25-maint.
Lib/mailbox.py
Lib/test/test_mailbox.py
Misc/NEWS