There's likely nothing more to do to the email package before Python 2.4 is

final, so I'm marking email's version number as "3.0" (e.g. final).
This commit is contained in:
Barry Warsaw 2004-11-29 01:10:14 +00:00
parent 26be2067e8
commit 99b7d6445c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"""A package for parsing, handling, and generating email messages."""
__version__ = '3.0b1'
__version__ = '3.0'
__all__ = [
'base64MIME',