]> granicus.if.org Git - python/commit
SF bug #1504333: sgmlib should allow angle brackets in quoted values
authorFred Drake <fdrake@acm.org>
Thu, 29 Jun 2006 00:51:53 +0000 (00:51 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 29 Jun 2006 00:51:53 +0000 (00:51 +0000)
commita136210a9fe9aff79dd3457a53eae35a823f97fc
tree27a8c98aefe6b85b90ee2cb47cb2cad610ea7091
parent960a3f88e5f49474f046d7e9bb9133f0ecbda5a5
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