cpython/Lib/html
Antoine Pitrou fd036451bf #2834: Change re module semantics, so that str and bytes mixing is forbidden,
and str (unicode) patterns get full unicode matching by default. The re.ASCII
flag is also introduced to ask for ASCII matching instead.
2008-08-19 17:56:33 +00:00
..
__init__.py rename HTMLParser to html.parser and htmlentitydefs to html.entities; 2008-05-17 22:02:32 +00:00
entities.py rename HTMLParser to html.parser and htmlentitydefs to html.entities; 2008-05-17 22:02:32 +00:00
parser.py #2834: Change re module semantics, so that str and bytes mixing is forbidden, 2008-08-19 17:56:33 +00:00