]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make copy of test_mailbox.py. We'll still want to check the backward
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 22 Apr 2006 02:06:03 +0000 (02:06 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 22 Apr 2006 02:06:03 +0000 (02:06 +0000)
commit81efcf6833c97a5488454c83209d253a178eec92
tree3c97714951c67eb38cea4c3cece25d057bc66d54
parent6ce35a9691404351966c003c7deb161e14c13af2
Make copy of test_mailbox.py.  We'll still want to check the backward
compatibility classes in the new mailbox.py that I'll be committing in
a few minutes.

One change has been made: the tests use len(mbox) instead of len(mbox.boxes).
The 'boxes' attribute was never documented and contains some internal state
that seems unlikely to have been useful.
Lib/test/test_old_mailbox.py [new file with mode: 0644]