[issue11684] Add email.parser.BytesHeaderParser

2011-04-13 Thread R. David Murray
Changes by R. David Murray : -- versions: -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue11684] Add email.parser.BytesHeaderParser

2011-04-13 Thread R. David Murray
R. David Murray added the comment: Thanks for correcting my oversight :) -- resolution: -> accepted stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue11684] Add email.parser.BytesHeaderParser

2011-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset a95d936ce8eb by R David Murray in branch 'default': #11684: Complete parser bytes interface by adding BytesHeaderParser http://hg.python.org/cpython/rev/a95d936ce8eb -- nosy: +python-dev ___ Python track

[issue11684] Add email.parser.BytesHeaderParser

2011-04-06 Thread R. David Murray
Changes by R. David Murray : -- assignee: -> r.david.murray nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing

[issue11684] Add email.parser.BytesHeaderParser

2011-04-06 Thread Steffen Daode Nurpmeso
Changes by Steffen Daode Nurpmeso : Removed file: http://bugs.python.org/file21409/bytes-header-parser.1.diff ___ Python tracker ___ ___ Pytho

[issue11684] Add email.parser.BytesHeaderParser

2011-04-06 Thread Steffen Daode Nurpmeso
Steffen Daode Nurpmeso added the comment: This is a complete thing including tests. Note that the tests fail due to another error in generator.py (or wherever the real source is): TypeError: 'str' does not support the buffer interface Please do forget this mortifying first diff. -