commit | 7dc865ad726d27a263143865bda59c1a70fde0db | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Sun Jun 02 19:02:37 2002 +0000 |
committer | Barry Warsaw <barry@python.org> | Sun Jun 02 19:02:37 2002 +0000 |
tree | 16fb942591ed7a8410fd34717f910787ba905ba2 | |
parent | ff49279f7caeedf1ade2ea522badf0d60aa038e5 [diff] |
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.