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 2014年06月24日 07:25 by serhiy.storchaka, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| htmlparser.patch | serhiy.storchaka, 2014年06月24日 08:00 | review | ||
| Messages (5) | |||
|---|---|---|---|
| msg221417 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2014年06月24日 07:25 | |
Proposed patch fixes the HTMLParser module and it's tests for Python built with the --disable-unicode configure option. |
|||
| msg221419 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2014年06月24日 07:28 | |
You forgot to attach the patch :) |
|||
| msg221432 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2014年06月24日 08:00 | |
Sorry. |
|||
| msg221764 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2014年06月28日 01:51 | |
I think that Unicode support should be required for HTMLParser. If you don't want tests to fail in Unicode-less build it would be probably easier to just skip them altogether. |
|||
| msg222295 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2014年07月04日 17:21 | |
Agree. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:05 | admin | set | github: 66043 |
| 2014年07月08日 15:35:09 | ezio.melotti | set | dependencies: + Fix unicodeless build of Python |
| 2014年07月08日 15:34:54 | ezio.melotti | set | status: open -> closed dependencies: - Fix unicodeless build of Python stage: patch review -> resolved |
| 2014年07月04日 17:21:18 | serhiy.storchaka | set | resolution: wont fix messages: + msg222295 |
| 2014年06月28日 01:51:33 | ezio.melotti | set | messages: + msg221764 |
| 2014年06月24日 08:01:03 | serhiy.storchaka | set | dependencies: + Fix unicodeless build of Python |
| 2014年06月24日 08:00:29 | serhiy.storchaka | set | files:
+ htmlparser.patch keywords: + patch messages: + msg221432 |
| 2014年06月24日 07:28:23 | ezio.melotti | set | assignee: ezio.melotti messages: + msg221419 |
| 2014年06月24日 07:25:43 | serhiy.storchaka | create | |