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 ezio.melotti
Recipients Michael.Brooks, ezio.melotti
Date 2011-11-17.16:24:23
SpamBayes Score 1.7134261e-06
Marked as misclassified No
Message-id <1321547064.58.0.040646161577.issue13358@psf.upfronthosting.co.za>
In-reply-to
Content
It seems to me that the arguments are parsed correctly, but handle_data is called multiple time between handle_starttag and handle_endtag.
This might happen, e.g. in case the source lines are fed one by one to the parser, but in this case seems to happen whenever </ is found.
(The tests didn't detect this because they join the data to avoid buffer artifacts.)
I'm not sure if this can be considered a bug, but the situation can indeed be improved.
History
Date User Action Args
2011-11-17 16:24:24ezio.melottisetrecipients: + ezio.melotti, Michael.Brooks
2011-11-17 16:24:24ezio.melottisetmessageid: <1321547064.58.0.040646161577.issue13358@psf.upfronthosting.co.za>
2011-11-17 16:24:24ezio.melottilinkissue13358 messages
2011-11-17 16:24:23ezio.melotticreate