]> granicus.if.org Git - python/commit
[Bug #1569790] mailbox.Maildir.get_folder() loses factory information
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 9 Nov 2006 13:33:53 +0000 (13:33 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 9 Nov 2006 13:33:53 +0000 (13:33 +0000)
commitd52a0b85830e22d9bde8d3d25e5b047645716497
treedfaf85b2d31f395ef7d7f97bf2015d4f1f0a41f3
parent3f63454e2258f8b187764066fca2cc2a9361b628
[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.
Lib/mailbox.py
Lib/test/test_mailbox.py
Misc/NEWS