[Python-checkins] python/dist/src/Lib/email __init__.py,1.4.10.5,1.4.10.6

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Thu, 03 Apr 2003 18:47:09 -0800


Update of /cvsroot/python/python/dist/src/Lib/email
In directory sc8-pr-cvs1:/tmp/cvs-serv790

Modified Files:
      Tag: release22-maint
	__init__.py 
Log Message:
Backporting email 2.5.1 patches.


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/__init__.py,v
retrieving revision 1.4.10.5
retrieving revision 1.4.10.6
diff -C2 -d -r1.4.10.5 -r1.4.10.6
*** __init__.py	21 Mar 2003 21:09:31 -0000	1.4.10.5
--- __init__.py	4 Apr 2003 02:47:07 -0000	1.4.10.6
***************
*** 5,9 ****
  """
  
! __version__ = '2.5'
  
  __all__ = [
--- 5,9 ----
  """
  
! __version__ = '2.5.1'
  
  __all__ = [