]> granicus.if.org Git - python/commitdiff
document recent bugfixes in sgmllib
authorFred Drake <fdrake@acm.org>
Thu, 29 Jun 2006 02:57:48 +0000 (02:57 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 29 Jun 2006 02:57:48 +0000 (02:57 +0000)
Misc/NEWS

index 3f56f5a0cb7bb0a805b16232c77daa415d8ccdae..9612812db88f31ee42e170e7734e7ee198e6e8a2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,12 @@ Core and builtins
 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).
+
 - Fix a bug in the turtle module's end_fill function.
 
 - Bug #1510580: The 'warnings' module improperly required that a Warning