]> granicus.if.org Git - python/commit
Added PortableUnixMailbox to the __all__ variable, and in the __main__
authorBarry Warsaw <barry@python.org>
Fri, 1 Mar 2002 22:39:14 +0000 (22:39 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 1 Mar 2002 22:39:14 +0000 (22:39 +0000)
commitffd05ee90de2b2c0d5a429159b155c7a63552170
treefbf2bb261e31232c51a86faa48c2bc9f688a04cb
parent2eb0b87d141ff89582ddd7bb414f9958e39fc6ae
Added PortableUnixMailbox to the __all__ variable, and in the __main__
section use this class instead of UnixMailbox as per the comments in
the latter's class.

Bug fix candidate for 2.2.1.
Lib/mailbox.py