From: Fred Drake Date: Thu, 29 Jun 2006 02:58:04 +0000 (+0000) Subject: document recent bugfixes in sgmllib X-Git-Tag: v2.4.4c1~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d240507f85ce499ec09e1c21f169f94eb0c4ad51;p=thirdparty%2FPython%2Fcpython.git document recent bugfixes in sgmllib --- diff --git a/Misc/NEWS b/Misc/NEWS index 5753cdc4f907..1bdd7aea35f3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -56,6 +56,12 @@ Extension Modules Library ------- +- Bug #1504333: Make sgmllib support angle brackets in quoted attribute + values. + +- Bug #853506: Fix IPv6 address parsing in unquoted attributes in sgmllib + ('[' and ']' were not accepted). + - Bug #1117556: SimpleHTTPServer now tries to find and use the system's mime.types file for determining MIME types.