Staging
v0.8.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
Modules
Python
support
Makefile -rw-r--r-- 14.2 KB
README -rw-r--r-- 1.2 KB
pyconfig.h -rw-r--r-- 18.1 KB
sleep.c -rw-r--r-- 866 bytes
unixstuff.c -rw-r--r-- 1.7 KB
unixstuff.h -rw-r--r-- 318 bytes

README

back to top