]> granicus.if.org Git - python/commit
flatten(): Renamed from __call__() which is (silently) deprecated.
authorBarry Warsaw <barry@python.org>
Sun, 2 Jun 2002 19:02:37 +0000 (19:02 +0000)
committerBarry Warsaw <barry@python.org>
Sun, 2 Jun 2002 19:02:37 +0000 (19:02 +0000)
commit7dc865ad726d27a263143865bda59c1a70fde0db
tree16fb942591ed7a8410fd34717f910787ba905ba2
parentff49279f7caeedf1ade2ea522badf0d60aa038e5
flatten(): Renamed from __call__() which is (silently) deprecated.
__call__() can be 2-3x slower than the equivalent normal method.

_handle_message(): The structure of message/rfc822 message has
changed.  Now parent's payload is a list of length 1, and the zeroth
element is the Message sub-object.  Adjust the printing of such
message trees to reflect this change.
Lib/email/Generator.py