[Python-checkins] python/dist/src/Misc NEWS,1.407,1.408

bwarsaw@sourceforge.net bwarsaw@sourceforge.net
Sun, 19 May 2002 17:14:26 -0700


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

Modified Files:
	NEWS 
Log Message:
Add a bit of news about the email package fixes.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.407
retrieving revision 1.408
diff -C2 -d -r1.407 -r1.408
*** NEWS	13 May 2002 04:17:32 -0000	1.407
--- NEWS	20 May 2002 00:14:24 -0000	1.408
***************
*** 180,183 ****
--- 180,189 ----
    to the content handler implementation.  [SF bug #535474]
  
+ - The email.Parser.Parser class now properly parses strings regardless
+   of their line endings, which can be any of \r, \n, or \r\n (CR, LF,
+   or CRLF).  Also, the Header class's constructor default arguments
+   has changed slightly so that an explicit maxlinelen value is always
+   honored.
+ 
  Tools/Demos