r47157 - python/branches/release24-maint/Misc/NEWS
Author: fred.drake Date: Thu Jun 29 04:58:04 2006 New Revision: 47157 Modified: python/branches/release24-maint/Misc/NEWS Log: document recent bugfixes in sgmllib Modified: python/branches/release24-maint/Misc/NEWS ============================================================================== --- python/branches/release24-maint/Misc/NEWS (original) +++ python/branches/release24-maint/Misc/NEWS Thu Jun 29 04:58:04 2006 @@ -56,6 +56,12 @@ 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.
participants (1)
-
fred.drake