]> granicus.if.org Git - python/commit
_split_ascii() [method and function]: Don't join the lines just to
authorBarry Warsaw <barry@python.org>
Mon, 10 Mar 2003 15:14:08 +0000 (15:14 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 10 Mar 2003 15:14:08 +0000 (15:14 +0000)
commit5b8c69f11e98ec77155438d948307a419f091dc7
tree26a22b2351c838f55cc94c40ff655a17d5b23945
parentfaef74a2b06e92645f632182f1569e455793b179
_split_ascii() [method and function]: Don't join the lines just to
split them again.  Simply return them as chunk lists.

_encode_chunks(): Don't add more folding whitespace than necessary.
Lib/email/Header.py