]> granicus.if.org Git - python/commitdiff
Update the email package news.
authorBarry Warsaw <barry@python.org>
Mon, 30 Dec 2002 19:27:08 +0000 (19:27 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 30 Dec 2002 19:27:08 +0000 (19:27 +0000)
Misc/NEWS

index b54c5a8278b922fea35d2cefc4129a70a208539b..fafe4179f7d0e6dd5c117235a056e647af121736 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -689,7 +689,7 @@ Library
   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.
+  honored, and so unicode conversion error handling can be specified.
 
 - distutils' build_ext command now links c++ extensions with the c++
   compiler available in the Makefile or CXX environment variable, if