Staging
v0.8.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
Raw File
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
.bzrignore
ยด.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Parser/pgen.stamp
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top