]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
rename HTMLParser to html.parser, htmlentitydefs to html.entities
authorFred Drake <fdrake@acm.org>
Sat, 17 May 2008 20:30:04 +0000 (20:30 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 17 May 2008 20:30:04 +0000 (20:30 +0000)
commit91ae2502739ecfcc7a8a013473553224b8387521
tree670ee16e6d1ad3722b0cdefe145408b162396566
parentc6d64ec83fd6bb170725a04409d8383a53559c95
rename HTMLParser to html.parser, htmlentitydefs to html.entities
(http://bugs.python.org/issue2882)
Lib/html/__init__.py [new file with mode: 0644]
Lib/html/entities.py [moved from Lib/htmlentitydefs.py with 100% similarity]
Lib/html/parser.py [moved from Lib/HTMLParser.py with 100% similarity]
Lib/lib-old/HTMLParser.py [new file with mode: 0644]
Lib/lib-old/htmlentitydefs.py [new file with mode: 0644]
Lib/test/test_py3kwarn.py
Misc/NEWS