]> granicus.if.org Git - python/commit
_write_headers(), _split_header(): All of the smarts for splitting
authorBarry Warsaw <barry@python.org>
Fri, 7 Mar 2003 15:43:17 +0000 (15:43 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 7 Mar 2003 15:43:17 +0000 (15:43 +0000)
commitce6bf59b2d7583c6a904f98e199988d9933720a9
treecf4f8975630386675ab1538ce92e2c455fac63e8
parent9f3fcd9c23be0b430e335d36ea374ce9838e390e
_write_headers(), _split_header(): All of the smarts for splitting
long header lines is now (properly) in the Header class.  So we no
longer need _split_header() and we'll just defer to Header.encode()
when we have a plain string.
Lib/email/Generator.py