]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Allow underscores in tag names and quote characters in unquoted attribute
authorFred Drake <fdrake@acm.org>
Thu, 5 Jul 2001 18:21:57 +0000 (18:21 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 5 Jul 2001 18:21:57 +0000 (18:21 +0000)
commitdc19163b18e193a729e75cb98926ff96c3154f99
tree47b2b437d8774e07feac6cbd73a8a284835cb1ff
parent25211f5724087516f10ddb8a232d63e09a9b9bec
Allow underscores in tag names and quote characters in unquoted attribute
values.  The change for attribute values matches the way Mozilla and
Navigator view the world, at least.

This closes SF bug #436621.
Lib/sgmllib.py