Staging
v0.8.1
https://github.com/python/cpython
Revision b579dba1195df97f87ba868a5987f18fb7509bff authored by R. David Murray on 03 December 2010, 04:06:39 UTC, committed by R. David Murray on 03 December 2010, 04:06:39 UTC
The motivation for adding this option is that the the functionality it
provides used to be provided by sgmllib in Python2, and was used by,
for example, BeautifulSoup.  Without this option, the Python3 version
of BeautifulSoup and the many programs that use it are crippled.

The original patch was by 'kxroberto'.  I modified it heavily but kept his
heuristics and test.  I also added additional heuristics to fix #975556,
#1046092, and part of #6191.  This patch should be completely backward
compatible:  the behavior with the default strict=True is unchanged.
1 parent 79cdb66
History
Tip revision: b579dba1195df97f87ba868a5987f18fb7509bff authored by R. David Murray on 03 December 2010, 04:06:39 UTC
#1486713: Add a tolerant mode to HTMLParser.
Tip revision: b579dba
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 556 bytes
.gitignore -rw-r--r-- 427 bytes
.hgeol -rw-r--r-- 503 bytes
.hgignore -rw-r--r-- 771 bytes
.hgtags -rw-r--r-- 3.9 KB
LICENSE -rw-r--r-- 14.2 KB
Makefile.pre.in -rw-r--r-- 41.1 KB
README -rw-r--r-- 6.7 KB
configure -rwxr-xr-x 395.6 KB
configure.in -rw-r--r-- 121.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.7 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 78.1 KB

README

back to top