]> granicus.if.org Git - python/commit
__version__: Bump to 2.4
authorBarry Warsaw <barry@python.org>
Wed, 25 Sep 2002 22:07:50 +0000 (22:07 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 25 Sep 2002 22:07:50 +0000 (22:07 +0000)
commit6f30a8ab62585338566f91879f0be2dea86455ec
tree7f405b8fb8a22541d7ee60ed932a14c2705d03c0
parentd80032b009a4ce24f0068ad68cf9215993208958
__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.
Lib/email/__init__.py