Staging
v0.8.1
https://github.com/python/cpython
Revision 3bbdf990a2c1b0b303b950058e3177a1bd5f697a authored by Joel Hillacre on 06 July 2017, 21:29:09 UTC, committed by R. David Murray on 06 July 2017, 21:29:09 UTC
Leading whitespace was incorrectly dropped during folding of certain lines in the _header_value_parser's folding algorithm.  This makes the whitespace handling code consistent.
1 parent 710cc76
Raw File
Tip revision: 3bbdf990a2c1b0b303b950058e3177a1bd5f697a authored by Joel Hillacre on 06 July 2017, 21:29:09 UTC
bpo-30532: Fix whitespace folding in certain cases (#2592)
Tip revision: 3bbdf99
.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