]> granicus.if.org Git - python/commit
__all__: removed "error", "abort", "readonly", as these are not
authorBarry Warsaw <barry@python.org>
Wed, 24 Jan 2001 04:16:09 +0000 (04:16 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 24 Jan 2001 04:16:09 +0000 (04:16 +0000)
commitf44939105ae03b7c7ce19f834c13685af27bf7d3
tree36645e6d6a1446f03dac977268ca2b62d8d8a2ee
parent24f3acab3b2a766cde87696fb86bc1b1ccd5b051
__all__: removed "error", "abort", "readonly", as these are not
exportable module attributes (they're attributes on the IMAP class).
Fixed the case typo on Time2Internaldate.

Does anybody run the test suite any more? <wink>
Lib/imaplib.py