[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 ___ _

[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: +pytho

[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 ___

[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 ___ _

[issue13633] Automatically convert character references in HTMLParser

2013-11-20 Thread Eli Bendersky
Changes by Eli Bendersky : -- nosy: -eli.bendersky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue13633] Automatically convert character references in HTMLParser

2013-11-20 Thread Ezio Melotti
Changes by Ezio Melotti : -- title: Handling of hex character references in HTMLParser.handle_charref -> Automatically convert character references in HTMLParser ___ Python tracker