Issue11684
Created on 2011-03-26 15:05 by sdaoden, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (4) |
|
|
msg132243 - (view) |
Author: Steffen Daode Nurpmeso (sdaoden) |
Date: 2011-03-26 15:05 |
David, you haven't added this one once you've added BytesParser(), so i assume that happened intentionally. On the other hand all the package heads in direction bytes, and HeaderParser as such is currently somewhat unusable. (The applied diff also corrects a documentation mispelling.) |
|
|
msg133127 - (view) |
Author: Steffen Daode Nurpmeso (sdaoden) |
Date: 2011-04-06 13:44 |
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. |
|
|
msg133690 - (view) |
Author: Roundup Robot (python-dev)  |
Date: 2011-04-13 20:46 |
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 |
|
|
msg133693 - (view) |
Author: R. David Murray (r.david.murray) *  |
Date: 2011-04-13 20:48 |
Thanks for correcting my oversight :) |
|
|
History |
|
|
|
Date |
User |
Action |
Args |
2022-04-11 14:57:15 |
admin |
set |
github: 55893 |
2011-04-13 20:48:53 |
r.david.murray |
set |
versions: - Python 3.2 |
2011-04-13 20:48:35 |
r.david.murray |
set |
status: open -> closedresolution: acceptedmessages: + stage: resolved |
2011-04-13 20:46:38 |
python-dev |
set |
nosy: + python-devmessages: + |
2011-04-06 13:54:54 |
r.david.murray |
set |
assignee: r.david.murraynosy: + r.david.murray |
2011-04-06 13:44:48 |
sdaoden |
set |
files: - bytes-header-parser.1.diff |
2011-04-06 13:44:42 |
sdaoden |
set |
files: + 11684.1.difftitle: (Maybe) Add email.parser.BytesHeaderParser -> Add email.parser.BytesHeaderParsernosy: - r.david.murraymessages: + versions: + Python 3.2 |
2011-03-26 15:05:31 |
sdaoden |
create |
|