This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年06月24日 08:53 by r.david.murray, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| mime_parsing.patch | r.david.murray, 2012年06月24日 08:52 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg163751 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2012年06月24日 08:52 | |
I've been working on this steadily for a while. I think it is now all working correctly. At least, it passes all the same tests that the existing RFC mime header parser passes, plus a bunch of additional ones. There are a couple of commented out tests where there are issues with the folding. The folding doesn't normally get invoked for headers parsed from source, and the cases are marginal anyway (headers with invalid binary data) so I'm not worried about them, but will fix them after the beta. There are things that can be done to make this API even more convenient, but I think this is a solid foundation worth having. And the parser is a full RFC parser, so it handles cases that the current parser doesn't. (There are also probably cases where it fails when the current parser doesn't, but I haven't found them yet ;) |
|||
| msg163753 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年06月24日 09:04 | |
New changeset 0adccb941200 by R David Murray in branch 'default': #15160: Extend the new email parser to handle MIME headers. http://hg.python.org/cpython/rev/0adccb941200 |
|||
| msg163754 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2012年06月24日 09:05 | |
Committed with release manager agreement. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:31 | admin | set | github: 59365 |
| 2012年06月24日 09:05:34 | r.david.murray | set | status: open -> closed messages: + msg163754 stage: commit review -> resolved |
| 2012年06月24日 09:04:37 | python-dev | set | nosy:
+ python-dev messages: + msg163753 |
| 2012年06月24日 08:53:08 | r.david.murray | create | |