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 turion
Recipients turion
Date 2012-01-04.13:26:46
SpamBayes Score 0.009866456
Marked as misclassified No
Message-id <1325683607.39.0.829837031313.issue13711@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached a script which demonstrates the bug.

When feeding a <script> that contains a comment tag with the actual script and the script containing tags itself (e.g. a 'document.write(<td></td>)'), the parser doesn't call handle_comment and handle_starttag.
History
Date User Action Args
2012-01-04 13:26:47turionsetrecipients: + turion
2012-01-04 13:26:47turionsetmessageid: <1325683607.39.0.829837031313.issue13711@psf.upfronthosting.co.za>
2012-01-04 13:26:46turionlinkissue13711 messages
2012-01-04 13:26:46turioncreate