Staging
v0.5.1
https://github.com/python/cpython
Revision 924d148b9826bd64fbcce046df6f5d967cf37bbe authored by Barry Warsaw on 14 March 2007, 04:29:06 UTC, committed by Barry Warsaw on 14 March 2007, 04:29:06 UTC
2047-like headers where there is no whitespace between encoded words.  This
fix changes the matching regexp to include a trailing lookahead assertion that
the closing ?= must be followed by whitespace, newline, or end-of-string.
This also changes the regexp to add the MULTILINE flag.
1 parent 2a98ff8
History
Tip revision: 924d148b9826bd64fbcce046df6f5d967cf37bbe authored by Barry Warsaw on 14 March 2007, 04:29:06 UTC
SF bug #1582282; decode_header() incorrectly splits not-conformant RFC
Tip revision: 924d148
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
PCbuild8
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.3 KB
LICENSE -rw-r--r-- 13.2 KB
Makefile.pre.in -rw-r--r-- 34.2 KB
README -rw-r--r-- 54.4 KB
configure -rwxr-xr-x 623.0 KB
configure.in -rw-r--r-- 94.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 26.4 KB
setup.py -rw-r--r-- 66.3 KB

README

back to top