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

README

back to top