[Python-checkins] CVS: python/dist/src/Misc NEWS,1.337.2.1,1.337.2.2

Barry Warsaw bwarsaw@users.sourceforge.net
Thu, 20 Dec 2001 23:02:53 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv25606

Modified Files:
      Tag: release22-branch
	NEWS 
Log Message:
Minor note that the rfc822.py fix also fixes the email.Utils module.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.1
retrieving revision 1.337.2.2
diff -C2 -d -r1.337.2.1 -r1.337.2.2
*** NEWS	2001/12/21 05:45:45	1.337.2.1
--- NEWS	2001/12/21 07:02:51	1.337.2.2
***************
*** 24,28 ****
  
  - rfc822.py: fixed a bug where the address '<>' was converted to None
!   instead of an empty string.
  
  - xmlrpclib.py: version 1.0.0; uses precision for doubles.
--- 24,28 ----
  
  - rfc822.py: fixed a bug where the address '<>' was converted to None
!   instead of an empty string (also fixes the email.Utils module).
  
  - xmlrpclib.py: version 1.0.0; uses precision for doubles.