[Python-Dev] Re: raw headers in rfc822.Message

Zack Weinberg zack@codesourcery.com
Mon, 9 Sep 2002 13:09:34 -0700


On Mon, Sep 09, 2002 at 12:52:34PM -0700, john spurling wrote:
> maybe it would help if i actually attached the diff...
>
> 139d138
> <         self.rawheaders = ''
> 158,159d156
> <             # Add line to the raw input
> <             self.rawheaders += line

You've generated this patch backward, and in a format which makes it
useless to us.  Please regenerate it with diff -c or diff -u (either
is acceptable) and put the newer file _second_ on the command line:
diff -u OLD_FILE NEW_FILE.

zw