[issue14538] HTMLParser: parsing error

2012-04-19 Thread Michel Leunen

Michel Leunen michel.leu...@gmail.com added the comment:

Thanks guys for your comments and for solving this issue. Great work!

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14538
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14538] HTMLParser

2012-04-09 Thread Michel Leunen

New submission from Michel Leunen michel.leu...@gmail.com:

HTMLParser fails to parse this structure of tags: 

'a/ascript/scriptmetameta / body/body'

Parsing stops after the first meta tag ignoring the remainers

from HTMLParser import HTMLParser
parser = process_html()
parser.feed('a/ascript/scriptmetameta / body/body')

Python 2.7.2+ Ubuntu 11.10

--
components: Library (Lib)
messages: 157890
nosy: Michel.Leunen
priority: normal
severity: normal
status: open
title: HTMLParser
type: behavior
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14538
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14538] HTMLParser: parsing error

2012-04-09 Thread Michel Leunen

Changes by Michel Leunen michel.leu...@gmail.com:


--
title: HTMLParser - HTMLParser: parsing error

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14538
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com