diff options
author | Fred Drake <fdrake@acm.org> | 2006-06-29 02:57:48 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2006-06-29 02:57:48 (GMT) |
commit | 10497c83ec9aaaedf89fbe7b79e27f2890fb6695 (patch) | |
tree | 6a6c815aa1d87f7b1d352c66b48617188348e051 /Misc | |
parent | a136210a9fe9aff79dd3457a53eae35a823f97fc (diff) | |
download | cpython-10497c83ec9aaaedf89fbe7b79e27f2890fb6695.zip cpython-10497c83ec9aaaedf89fbe7b79e27f2890fb6695.tar.gz cpython-10497c83ec9aaaedf89fbe7b79e27f2890fb6695.tar.bz2 |
document recent bugfixes in sgmllib
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |