Ezio Melotti
fb310a9ec6
Merge broken link fix from 3.3.
2013-11-25 06:41:00 +02:00
Ezio Melotti
f5005883ba
Fix broken link in html.entities docs.
2013-11-25 06:40:12 +02:00
Ezio Melotti
4a9ee26750
#2927 : Added the unescape() function to the html module.
2013-11-19 20:28:45 +02:00
Ezio Melotti
46495182d0
#15156 : HTMLParser now uses the new "html.entities.html5" dictionary.
2012-06-24 22:02:56 +02:00
Ezio Melotti
dc44f55cc9
#11113 : add a new "html5" dictionary containing the named character references defined by the HTML5 standard and the equivalent Unicode character(s) to the html.entities module.
2012-06-24 04:37:41 +02:00
Senthil Kumaran
a6bac95a3c
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage.
2011-07-04 11:28:30 -07:00
Raymond Hettinger
a199368b23
More source links.
2011-01-27 01:20:32 +00:00
Georg Brandl
877b10add4
Remove the htmllib and sgmllib modules as per PEP 3108.
2008-06-01 21:25:55 +00:00
Georg Brandl
9087b7f83b
Merged revisions 63438 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r63438 | georg.brandl | 2008-05-17 23:54:03 +0200 (Sat, 17 May 2008) | 3 lines
Rename html.parser file, and split html.entities from htmllib
to ease removal of the latter in Py3k.
........
2008-05-18 07:53:01 +00:00