[issue11401] email.header error during .flatten()

2011-03-16 Thread R. David Murray
R. David Murray added the comment: OK, now this bit works like it did in Python2. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___

[issue11401] email.header error during .flatten()

2011-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset d9c3cfd36b58 by R David Murray in branch '3.1': #11401: handle headers with no value. http://hg.python.org/cpython/rev/d9c3cfd36b58 New changeset 2de45ced8291 by R David Murray in branch '3.2': Merge #11401 fix from 3.1. http://hg.python.org/cpytho

[issue11401] email.header error during .flatten()

2011-03-16 Thread Steffen Daode Nurpmeso
Steffen Daode Nurpmeso added the comment: On Tue, Mar 15, 2011 at 10:44:43PM +, R. David Murray wrote: > header with no body. (Those are the *real* dangerous ones!) -- ___ Python tracker _

[issue11401] email.header error during .flatten()

2011-03-15 Thread R. David Murray
R. David Murray added the comment: It turns out this is a bug in 3.1, not something introduced by email5.1 in 3.2. The minimum reproducer is stringifying any message containing a header with no body. -- stage: -> needs patch versions: +Python 3.1 ___

[issue11401] email.header error during .flatten()

2011-03-07 Thread R. David Murray
R. David Murray added the comment: I plan to take a look at this and other email bugs during the Pycon sprints, if not before. -- ___ Python tracker ___ ___

[issue11401] email.header error during .flatten()

2011-03-07 Thread Steffen Daode Nurpmeso
Steffen Daode Nurpmeso added the comment: David, it seems my patch http://bugs.python.org/file20675/email_header.patch is a real requirement for EMAIL 5.1 code. This is because BytesGenerator._write_headers() creates a Header instance in 'else:' (the other branches are not entered at all for

[issue11401] email.header error during .flatten()

2011-03-05 Thread Steffen Daode Nurpmeso
Changes by Steffen Daode Nurpmeso : -- versions: +Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue11401] email.header error during .flatten()

2011-03-05 Thread Steffen Daode Nurpmeso
Steffen Daode Nurpmeso added the comment: > Changes by R. David Murray : > assignee: -> r.david.murray David, i'm sending you data to reproduce the error on your local machine! Please create a test directory and place the files therein (an output.mbox will be created). Just do mkdir -p

[issue11401] email.header error during .flatten()

2011-03-04 Thread R. David Murray
Changes by R. David Murray : -- assignee: -> r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue11401] email.header error during .flatten()

2011-03-04 Thread Steffen Daode Nurpmeso
New submission from Steffen Daode Nurpmeso : Hello, David, the error from Issue 6 occurred again, and it still can be healed with the patch file20675. (I'm opening a new issue because 6 turned over to the mailbox fix. My repo and installation is at: 21:34 ~/arena/code.extern.repos/py3k.h