python/dist/src/Lib/email __init__.py,1.34,1.35

Update of /cvsroot/python/python/dist/src/Lib/email In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19040 Modified Files: __init__.py Log Message: 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). Index: __init__.py =================================================================== RCS file: /cvsroot/python/python/dist/src/Lib/email/__init__.py,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- __init__.py 9 Oct 2004 23:01:11 -0000 1.34 +++ __init__.py 29 Nov 2004 01:10:14 -0000 1.35 @@ -4,7 +4,7 @@ """A package for parsing, handling, and generating email messages.""" -__version__ = '3.0b1' +__version__ = '3.0' __all__ = [ 'base64MIME',
participants (1)
-
bwarsaw@users.sourceforge.net