[issue13633] Handling of hex character references in HTMLParser.handle_charref

2011-12-18 Thread Ezio Melotti
New submission from Ezio Melotti : The doc for handle_charref and handle_entityref say: """ HTMLParser.handle_charref(name) This method is called to process a character reference of the form "&#ref;". It is intended to be overridden by a derived class; the base class implementation does not

<    1   2