diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-11-23 17:52:05 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-11-23 17:52:05 (GMT) |
commit | 95401c5f6b9f07b094924559177c9b30a1c38998 (patch) | |
tree | 3029ea3bbffc0c53c64275a2e587bbf696a740cb /Misc | |
parent | e7f87e12626d6ae3b9ed8cae8904a6afad580ffc (diff) | |
download | cpython-95401c5f6b9f07b094924559177c9b30a1c38998.zip cpython-95401c5f6b9f07b094924559177c9b30a1c38998.tar.gz cpython-95401c5f6b9f07b094924559177c9b30a1c38998.tar.bz2 |
#13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -132,6 +132,9 @@ Library - Issue #19449: in csv's writerow, handle non-string keys when generating the error message that certain keys are not in the 'fieldnames' list. +- Issue #13633: Added a new convert_charrefs keyword arg to HTMLParser that, + when True, automatically converts all character references. + - Issue #2927: Added the unescape() function to the html module. - Issue #8402: Added the escape() function to the glob module. |