Staging
v0.5.1
https://github.com/python/cpython
Revision e9c31470e1680b7c9b9ee83c378b891e90ac58ab authored by R David Murray on 08 February 2014, 22:54:56 UTC, committed by R David Murray on 08 February 2014, 22:54:56 UTC
This is more RFC compliant (see issue) and fixes a problem with
signature verifiers rejecting the part when signed.  There is some
amount of backward compatibility concern here since it changes
the output, but the RFC issue coupled with fixing the problem
with signature verifiers seems worth the small risk of breaking
code that depends on the current incorrect output.
1 parent 409ea5d
Raw File
Tip revision: e9c31470e1680b7c9b9ee83c378b891e90ac58ab authored by R David Murray on 08 February 2014, 22:54:56 UTC
#14983: always add a line end after a MIME boundary marker.
Tip revision: e9c3147
.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
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top