Staging
v0.5.1
https://github.com/python/cpython
Revision e67c6c545b3b102fb84eb9317d8b83fb2ca2ca56 authored by R David Murray on 07 March 2013, 21:38:03 UTC, committed by R David Murray on 07 March 2013, 21:38:03 UTC
Previously the parts of the message retained whatever linesep they had on
read, which means if the messages weren't read in univeral newline mode, the
line endings could well be inconsistent.  In general sending it via smtplib
would result in them getting fixed, but it is better to generate them
correctly to begin with.  Also, the new send_message method of smtplib does
not do the fixup, so that method is producing rfc-invalid output without this
fix.
1 parent 697e7ba
History
Tip revision: e67c6c545b3b102fb84eb9317d8b83fb2ca2ca56 authored by R David Murray on 07 March 2013, 21:38:03 UTC
#14645: Generator now emits correct linesep for all parts.
Tip revision: e67c6c5
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 602 bytes
.gitignore -rw-r--r-- 861 bytes
.hgeol -rw-r--r-- 650 bytes
.hgignore -rw-r--r-- 909 bytes
.hgtags -rw-r--r-- 4.8 KB
LICENSE -rw-r--r-- 14.5 KB
Makefile.pre.in -rw-r--r-- 43.9 KB
README -rw-r--r-- 6.5 KB
configure -rwxr-xr-x 402.4 KB
configure.ac -rw-r--r-- 124.8 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 34.4 KB
setup.py -rw-r--r-- 82.5 KB

README

back to top