[Python-checkins] python/dist/src/Misc NEWS,1.572,1.573

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Mon, 30 Dec 2002 11:27:11 -0800


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

Modified Files:
	NEWS 
Log Message:
Update the email package news.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.572
retrieving revision 1.573
diff -C2 -d -r1.572 -r1.573
*** NEWS	29 Dec 2002 23:03:38 -0000	1.572
--- NEWS	30 Dec 2002 19:27:08 -0000	1.573
***************
*** 690,694 ****
    or CRLF).  Also, the Header class's constructor default arguments
    has changed slightly so that an explicit maxlinelen value is always
!   honored.
  
  - distutils' build_ext command now links c++ extensions with the c++
--- 690,694 ----
    or CRLF).  Also, the Header class's constructor default arguments
    has changed slightly so that an explicit maxlinelen value is always
!   honored, and so unicode conversion error handling can be specified.
  
  - distutils' build_ext command now links c++ extensions with the c++