This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jim.Jewett
Recipients Jim.Jewett, Michel.Leunen
Date 2012-04-09.20:50:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334004656.38.0.968062979535.issue14538@psf.upfronthosting.co.za>
In-reply-to
Content
What do you think it should do?

My thought is that meta tags may or may not be void, but certainly should not be nested.  As XML, I would parse that as 

<a></a>
<script></script>
<meta>
    <meta / >
    <body></body>
*missing closing tag

But for html, there is more cleanup.  The catch is that this module probably can't keep up with BeautifulSoup or HTML5lib ... is this particular tag situation common enough to be even have a defined handling, let alone one that is worth adding to a "simple" module?
History
Date User Action Args
2012-04-09 20:50:56Jim.Jewettsetrecipients: + Jim.Jewett, Michel.Leunen
2012-04-09 20:50:56Jim.Jewettsetmessageid: <1334004656.38.0.968062979535.issue14538@psf.upfronthosting.co.za>
2012-04-09 20:50:55Jim.Jewettlinkissue14538 messages
2012-04-09 20:50:55Jim.Jewettcreate