[issue24926] Incorrect Example in HTMLParser.handle_comment(data)

2015-08-24 Thread Vineet Kumar Doshi
New submission from Vineet Kumar Doshi: Hi, link : https://docs.python.org/2/library/htmlparser.html#HTMLParser.HTMLParser.handle_comment Incorrect Line : The content of Internet Explorer conditional comments (condcoms) will also be sent to this method, so, for !--[if IE 9]IE9-specific

[issue24926] Incorrect Example in HTMLParser.handle_comment(data)

2015-08-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6eb5e59886e1 by R David Murray in branch '3.4': #24926: Fix typo in example. https://hg.python.org/cpython/rev/6eb5e59886e1 New changeset ae9a9f201870 by R David Murray in branch '3.5': Merge: #24926: Fix typo in example.

[issue24926] Incorrect Example in HTMLParser.handle_comment(data)

2015-08-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset ff53dbcdc85f by R David Murray in branch '2.7': #24926: Fix typo in example. https://hg.python.org/cpython/rev/ff53dbcdc85f -- nosy: +python-dev ___ Python tracker rep...@bugs.python.org

[issue24926] Incorrect Example in HTMLParser.handle_comment(data)

2015-08-24 Thread R. David Murray
R. David Murray added the comment: Thanks for the report. -- nosy: +r.david.murray resolution: - fixed stage: - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24926