[issue13633] Automatically convert character references in HTMLParser

2013-11-23 Thread Ezio Melotti
Ezio Melotti added the comment: New patch attached. -- stage: patch review - commit review Added file: http://bugs.python.org/file32803/issue13633-2.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13633

[issue13633] Automatically convert character references in HTMLParser

2013-11-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1575f2dd08c4 by Ezio Melotti in branch 'default': #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references. http://hg.python.org/cpython/rev/1575f2dd08c4 -- nosy:

[issue13633] Automatically convert character references in HTMLParser

2013-11-23 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the reviews! -- resolution: - fixed stage: commit review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13633

[issue13633] Automatically convert character references in HTMLParser

2013-11-22 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I have added a couple of nitpicks on Rietveld. You can ignore most of them. ;) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13633 ___

[issue13633] Automatically convert character references in HTMLParser

2013-11-20 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- title: Handling of hex character references in HTMLParser.handle_charref - Automatically convert character references in HTMLParser ___ Python tracker rep...@bugs.python.org

[issue13633] Automatically convert character references in HTMLParser

2013-11-20 Thread Eli Bendersky
Changes by Eli Bendersky eli...@gmail.com: -- nosy: -eli.bendersky ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13633 ___ ___ Python-bugs-list