]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
decode_header(): Typo when appending an unencoded chunk to the
authorBarry Warsaw <barry@python.org>
Thu, 6 Mar 2003 06:37:42 +0000 (06:37 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 6 Mar 2003 06:37:42 +0000 (06:37 +0000)
commit671c3e6373fe89618245e9030e4a4b7c217551f3
tree6452d12b48bba781d0458107ac8a76086dbdd28a
parent1a2c37316bd0b4a003f9a5ed5634459787556c26
decode_header(): Typo when appending an unencoded chunk to the
previous unencoded chunk (e.g. when they appear on separate lines).
Closes the 2nd bug in SF #640110 (the first one's already been
fixed).
Lib/email/Header.py