]> granicus.if.org Git - python/commit
- SF bug #853506: IP6 address parsing in sgmllib
authorFred Drake <fdrake@acm.org>
Fri, 23 Jun 2006 06:03:45 +0000 (06:03 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 23 Jun 2006 06:03:45 +0000 (06:03 +0000)
commit2f99da636b3c809977405ee6220ad7ea822d7dd3
treed7851b84f47360d17ee4882b9b88e33a98a85669
parentb114984225c0371a21ce44e037abb452e36e2a6d
- SF bug #853506: IP6 address parsing in sgmllib
  ('[' and ']' were not accepted in unquoted attribute values)

- cleaned up tests of character and entity reference decoding so the
  tests cover the documented relationships among handle_charref,
  handle_entityref, convert_charref, convert_codepoint, and
  convert_entityref, without bringing up Unicode issues that sgmllib
  cannot be involved in
Lib/sgmllib.py
Lib/test/test_sgmllib.py