Update the email package news.

This commit is contained in:
Barry Warsaw 2002-12-30 19:27:08 +00:00
parent d1adc8a6af
commit 497e5c4f8e
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ Library
of their line endings, which can be any of \r, \n, or \r\n (CR, LF, 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 or CRLF). Also, the Header class's constructor default arguments
has changed slightly so that an explicit maxlinelen value is always 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++ - distutils' build_ext command now links c++ extensions with the c++
compiler available in the Makefile or CXX environment variable, if compiler available in the Makefile or CXX environment variable, if