Jason Sachs added the comment:

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>

----------
Added file: http://bugs.python.org/file41497/test1.html

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26009>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to