You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Éric Araujo 51b7aedadd Merge 3.1 15 years ago
..
__init__.py #2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning. 15 years ago
entities.py rename HTMLParser to html.parser and htmlentitydefs to html.entities; 18 years ago
parser.py Merge 3.1 15 years ago