mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
document recent bugfixes in sgmllib
This commit is contained in:
parent
a136210a9f
commit
10497c83ec
1 changed files with 6 additions and 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue