summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2002-12-30 19:27:08 (GMT)
committerBarry Warsaw <barry@python.org>2002-12-30 19:27:08 (GMT)
commit497e5c4f8eec767aaf503fa34aa590c8a38ad49f (patch)
tree71147ec9b0af2e6d54a810d4dceeb55c4863c1c1 /Misc
parentd1adc8a6af818dddff37735717c4aa6c8c8fcc62 (diff)
downloadcpython-497e5c4f8eec767aaf503fa34aa590c8a38ad49f.zip
cpython-497e5c4f8eec767aaf503fa34aa590c8a38ad49f.tar.gz
cpython-497e5c4f8eec767aaf503fa34aa590c8a38ad49f.tar.bz2
Update the email package news.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b54c5a8..fafe417 100644
--- 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