]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Accept commas in unquoted attribute values.
authorFred Drake <fdrake@acm.org>
Fri, 14 Mar 2003 16:21:57 +0000 (16:21 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 14 Mar 2003 16:21:57 +0000 (16:21 +0000)
commit0834d77bc4f07e5632588ed636b6db21e87694cc
tree850724fd3c7dd6eeccc9dd060784f4787ea7a39c
parent080cb3268f770d2589ee350ace7f589927e8db98
Accept commas in unquoted attribute values.
This closes SF patch #669683.
Lib/HTMLParser.py
Lib/sgmllib.py
Lib/test/test_htmlparser.py
Lib/test/test_sgmllib.py