]> granicus.if.org Git - python/commit
More email package fixes.
authorBarry Warsaw <barry@python.org>
Fri, 31 Aug 2007 02:35:00 +0000 (02:35 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 31 Aug 2007 02:35:00 +0000 (02:35 +0000)
commit00b34228bb98c378286c0b72a4a4098d5cdd384b
treee996cb33cd375a65960df6d5937dbea149f38fca
parent3bcc42ad0f18a97ecabb6bb8e645b88d23592a03
More email package fixes.

This repairs the linear whitespace insertion between RFC 2047 encoded words
without leaving bogus trailing spaces at the end lines that end in encoded
words.

Current status: 7F/9E
Lib/email/header.py
Lib/email/test/test_email.py