]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
document recent bugfixes in sgmllib
authorFred Drake <fdrake@acm.org>
Thu, 29 Jun 2006 02:58:04 +0000 (02:58 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 29 Jun 2006 02:58:04 +0000 (02:58 +0000)
Misc/NEWS

index 5753cdc4f907004cd910692c76774d2ea0127ad7..1bdd7aea35f329c166781444bbc6b563dc938bdd 100644 (file)
--- 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.