[Python-checkins] python/dist/src/Lib/email __init__.py, 1.29.10.1, 1.29.10.2

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Thu May 13 18:53:28 EDT 2004


Update of /cvsroot/python/python/dist/src/Lib/email
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2538

Modified Files:
      Tag: release23-maint
	__init__.py 
Log Message:
Waugh! we need to bump the email package to 2.5.5 for Python 2.3.4.


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/__init__.py,v
retrieving revision 1.29.10.1
retrieving revision 1.29.10.2
diff -C2 -d -r1.29.10.1 -r1.29.10.2
*** __init__.py	19 Aug 2003 04:52:29 -0000	1.29.10.1
--- __init__.py	13 May 2004 22:53:25 -0000	1.29.10.2
***************
*** 1,9 ****
! # Copyright (C) 2001,2002 Python Software Foundation
! # Author: barry at zope.com (Barry Warsaw)
  
  """A package for parsing, handling, and generating email messages.
  """
  
! __version__ = '2.5.4'
  
  __all__ = [
--- 1,9 ----
! # Copyright (C) 2001-2004 Python Software Foundation
! # Author: barry at python.org (Barry Warsaw)
  
  """A package for parsing, handling, and generating email messages.
  """
  
! __version__ = '2.5.5'
  
  __all__ = [




More information about the Python-checkins mailing list