diff options
author | Barry Warsaw <barry@python.org> | 2002-12-30 19:27:08 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2002-12-30 19:27:08 (GMT) |
commit | 497e5c4f8eec767aaf503fa34aa590c8a38ad49f (patch) | |
tree | 71147ec9b0af2e6d54a810d4dceeb55c4863c1c1 /Misc | |
parent | d1adc8a6af818dddff37735717c4aa6c8c8fcc62 (diff) | |
download | cpython-497e5c4f8eec767aaf503fa34aa590c8a38ad49f.zip cpython-497e5c4f8eec767aaf503fa34aa590c8a38ad49f.tar.gz cpython-497e5c4f8eec767aaf503fa34aa590c8a38ad49f.tar.bz2 |
Update the email package news.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |