Kaydet (Commit) 45d9bde6 authored tarafından Barry Warsaw's avatar Barry Warsaw

_ascii_split(): Don't lstrip continuation lines. Closes SF bug #601392.

üst 24d45df3
......@@ -250,7 +250,7 @@ class Header:
maxlinelen = self._firstlinelen
firstline = 0
else:
line = line.lstrip()
#line = line.lstrip()
maxlinelen = self._maxlinelen
# Short lines can remain unchanged
if len(line.replace('\t', SPACE8)) <= maxlinelen:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment