]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug #1504333: sgmlib should allow angle brackets in quoted values
authorFred Drake <fdrake@acm.org>
Thu, 29 Jun 2006 00:52:32 +0000 (00:52 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 29 Jun 2006 00:52:32 +0000 (00:52 +0000)
commit92b658c95651f3c9504fd42e1a69107d09d03f87
tree5127babbb8c9ab327db827d3c32be61a6388d18d
parentdd3c51a4b75067139568e2dc74bdd45e077510cd
SF bug #1504333: sgmlib should allow angle brackets in quoted values
(modified patch by Sam Ruby; changed to use separate REs for start and end
 tags to reduce matching cost for end tags; extended tests; updated to avoid
 breaking previous changes to support IPv6 addresses in unquoted attribute
 values)
Lib/sgmllib.py
Lib/test/test_sgmllib.py