Re: MIMEMultipart() and CRLF vs RFC 2046

2006-10-06 Thread alf
Gabriel Genellina wrote: > At Thursday 5/10/2006 18:52, alf wrote: > >> according to rfc2046, line breaks in MIME are CRLF. However python just >> uses LF like in the following example: > > > The comments inside generator.py say CRLF everywhere, but the code > simply uses print >>f they also d

Re: MIMEMultipart() and CRLF vs RFC 2046

2006-10-05 Thread Gabriel Genellina
At Thursday 5/10/2006 18:52, alf wrote: according to rfc2046, line breaks in MIME are CRLF. However python just uses LF like in the following example: The comments inside generator.py say CRLF everywhere, but the code simply uses print >>f You should file a bug report at http://sourceforge.n