[issue21844] Fix HTMLParser in unicodeless build

2014-07-08 Thread Ezio Melotti
Changes by Ezio Melotti : -- dependencies: +Fix unicodeless build of Python ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue21844] Fix HTMLParser in unicodeless build

2014-07-08 Thread Ezio Melotti
Changes by Ezio Melotti : -- dependencies: -Fix unicodeless build of Python stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue21844] Fix HTMLParser in unicodeless build

2014-07-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Agree. -- resolution: -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue21844] Fix HTMLParser in unicodeless build

2014-06-27 Thread Ezio Melotti
Ezio Melotti added the comment: 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. -- ___ Python tracker

[issue21844] Fix HTMLParser in unicodeless build

2014-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: +Fix unicodeless build of Python ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue21844] Fix HTMLParser in unicodeless build

2014-06-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Sorry. -- keywords: +patch Added file: http://bugs.python.org/file35766/htmlparser.patch ___ Python tracker ___ __

[issue21844] Fix HTMLParser in unicodeless build

2014-06-24 Thread Ezio Melotti
Ezio Melotti added the comment: You forgot to attach the patch :) -- assignee: -> ezio.melotti ___ Python tracker ___ ___ Python-bugs

[issue21844] Fix HTMLParser in unicodeless build

2014-06-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch fixes the HTMLParser module and it's tests for Python built with the --disable-unicode configure option. -- components: Library (Lib), Tests messages: 221417 nosy: benjamin.peterson, ezio.melotti, serhiy.storchaka priority: normal sev