]> granicus.if.org Git - python/commit
clone(): A new method for creating a clone of this generator (for
authorBarry Warsaw <barry@python.org>
Tue, 9 Jul 2002 02:43:47 +0000 (02:43 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 9 Jul 2002 02:43:47 +0000 (02:43 +0000)
commit93c40f0c3a9e96f46e51d92c3bfa8ac50012902b
tree57b8d3172ea65b88a7c5471d7c00ab467a242bc3
parented53bdb02da2a56908f836cafbcaa9cfa2597bad
clone(): A new method for creating a clone of this generator (for
recursive generation).

_dispatch(): If the message object doesn't have a Content-Type:
header, check its default type instead of assuming it's text/plain.
This makes for correct generation of message/rfc822 containers.

_handle_multipart(): We can get rid of the isdigest kludge.  Just
print the message as normal and everything will work out correctly.

_handle_mulitpart_digest(): We don't need this anymore either.
Lib/email/Generator.py