]> granicus.if.org Git - python/commit
_split_ascii(): lstrip the individual lines in the ascii split lines,
authorBarry Warsaw <barry@python.org>
Fri, 7 Mar 2003 23:24:34 +0000 (23:24 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 7 Mar 2003 23:24:34 +0000 (23:24 +0000)
commit33975eac3d03563513388c571f0704bb17e6f38b
tree38193d205272cd25e1dd118e52023b06b3baf5d7
parent28ffcef4e6c25513383535bb2d7ae1fc1e0a7c18
_split_ascii(): lstrip the individual lines in the ascii split lines,
since we'll be adding our own continuation whitespace later.
Lib/email/Header.py