commit | 6f30a8ab62585338566f91879f0be2dea86455ec | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Sep 25 22:07:50 2002 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Sep 25 22:07:50 2002 +0000 |
tree | 7f405b8fb8a22541d7ee60ed932a14c2705d03c0 | |
parent | d80032b009a4ce24f0068ad68cf9215993208958 [diff] |
__version__: Bump to 2.4 Move the imports of Parser and Message inside the message_from_string() and message_from_file() functions. This way just "import email" won't suck in most of the submodules of the package. Note: this will break code that relied on "import email" giving you a bunch of the submodules, but that was never documented and should not have been relied on.