]> granicus.if.org Git - python/commit
Allow "@" in unquoted attribute values.
authorFred Drake <fdrake@acm.org>
Tue, 29 Apr 2003 22:12:55 +0000 (22:12 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 29 Apr 2003 22:12:55 +0000 (22:12 +0000)
commit75ab1462d5725a2fc46cd56f07fc21f919ca93e0
tree9fa80495c0f166f8e19c0136c6f7dd4f9f02f325
parentb616f179027da74dc61292d08431ca734c1fb4ae
Allow "@" in unquoted attribute values.
Added test that checks for characters allowed in the query part of URLs.
Backport candidate.
Lib/sgmllib.py
Lib/test/test_sgmllib.py