From d240507f85ce499ec09e1c21f169f94eb0c4ad51 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 29 Jun 2006 02:58:04 +0000 Subject: [PATCH] document recent bugfixes in sgmllib --- Misc/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.47.3