]> granicus.if.org Git - python/commitdiff
Add a bit of news about the email package fixes.
authorBarry Warsaw <barry@python.org>
Mon, 20 May 2002 00:14:24 +0000 (00:14 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 20 May 2002 00:14:24 +0000 (00:14 +0000)
Misc/NEWS

index 4a4119768ee557cebad0dd4aea56c076cbad63f2..ff3fdc6b752b0609755236b2b12eb5c03c325bcc 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -179,6 +179,12 @@ Library
   circular references by using itself as the locator that gets passed
   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
 
 - freeze.py now produces binaries which can import shared modules,