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 Neil Muller, ajaksu2, jlgijsbers, nnseva, r.david.murray, svilend
Date 2011-05-05.10:34:11
SpamBayes Score 4.582931e-05
Marked as misclassified No
Message-id <1304591653.11.0.170313338629.issue1046092@psf.upfronthosting.co.za>
In-reply-to
Content
this 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:34:13svilendsetrecipients: + svilend, jlgijsbers, nnseva, ajaksu2, Neil Muller, r.david.murray
2011-05-05 10:34:13svilendsetmessageid: <1304591653.11.0.170313338629.issue1046092@psf.upfronthosting.co.za>
2011-05-05 10:34:11svilendlinkissue1046092 messages
2011-05-05 10:34:11svilendcreate