cpython/Lib/html
Motoki Naruse 3358d589fb bpo-30629: Remove second call of str.lower() in html.parser.parse_endtag. (#2099)
elem is the result of .lower() 6 lines above the handle_endtag call.
Patch by Motoki Naruse
2017-06-16 21:15:25 -04:00
..
__init__.py #2927: Added the unescape() function to the html module. 2013-11-19 20:28:45 +02:00
entities.py Merge spelling fixes from 3.4 into 3.5 2015-10-31 12:16:18 +00:00
parser.py bpo-30629: Remove second call of str.lower() in html.parser.parse_endtag. (#2099) 2017-06-16 21:15:25 -04:00