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 jason_s
Recipients jason_s
Date 2016-01-04.17:44:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451929499.79.0.260355258634.issue26009@psf.upfronthosting.co.za>
In-reply-to
Content
sample file test1.html attached.

When running test2.py on it, the output is identical except for two things:

test1.html  contains <!DAMMIT HTML PUBLIC CRAP>
test1b.html contains <!--DAMMIT HTML PUBLIC CRAP-->

test1.html contains end tags that are capitalized e.g. </P> or have spaces </  goober   >
test1b.html contains end tags that are canonicalized to lowercase and without spaces e.g. </p> and </goober>
History
Date User Action Args
2016-01-04 17:44:59jason_ssetrecipients: + jason_s
2016-01-04 17:44:59jason_ssetmessageid: <1451929499.79.0.260355258634.issue26009@psf.upfronthosting.co.za>
2016-01-04 17:44:59jason_slinkissue26009 messages
2016-01-04 17:44:59jason_screate