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 svilend
Recipients svilend
Date 2011-05-05.10:47:27
SpamBayes Score 0.00015082507
Marked as misclassified No
Message-id <1304592448.01.0.0813052297129.issue12008@psf.upfronthosting.co.za>
In-reply-to
Content
nonstrict mode seems to eat too much into data and gets past endpos of the chunk processed, and parser gets confused and treats any subsequent stuff as data. i didn't think out how to fix the regexp as such, but instead limited its span to :endpos so it doesnot eat too much. 
seems to happen with unquoted attributes.
History
Date User Action Args
2011-05-05 10:47:28svilendsetrecipients: + svilend
2011-05-05 10:47:28svilendsetmessageid: <1304592448.01.0.0813052297129.issue12008@psf.upfronthosting.co.za>
2011-05-05 10:47:27svilendlinkissue12008 messages
2011-05-05 10:47:27svilendcreate