mirror of https://github.com/python/cpython
Update the email package news.
This commit is contained in:
parent
d1adc8a6af
commit
497e5c4f8e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue