• R. David Murray's avatar
    #1486713: Add a tolerant mode to HTMLParser. · b579dba1
    R. David Murray yazdı
    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.
    b579dba1
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.gitignore Loading commit data...
.hgeol Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
runtests.sh Loading commit data...
setup.py Loading commit data...