diff options
author | Barry Warsaw <barry@python.org> | 2002-06-28 23:41:42 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2002-06-28 23:41:42 (GMT) |
commit | 062749ac577be62c2f14fe61c2167c9c5b909ea3 (patch) | |
tree | 9c97c5c0052cdf237b51b7caa2f16fabb771d489 /setup.py | |
parent | 7c75c99a10691998b7e1506ede4f98eec28bd226 (diff) | |
download | cpython-062749ac577be62c2f14fe61c2167c9c5b909ea3.zip cpython-062749ac577be62c2f14fe61c2167c9c5b909ea3.tar.gz cpython-062749ac577be62c2f14fe61c2167c9c5b909ea3.tar.bz2 |
_split_header(): The code here was terminally broken because it didn't
know anything about RFC 2047 encoded headers. Fortunately we have a
perfectly good header splitter in Header.encode(). So we just call
that to give us a properly formatted and split header.
Header.encode() didn't know about "highest-level syntactic breaks" but
that's been fixed now too.
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions