]> granicus.if.org Git - python/commit
(sgmllib.py): Partial acceptance of patch from David Leonard
authorFred Drake <fdrake@acm.org>
Mon, 16 Dec 1996 21:56:27 +0000 (21:56 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 16 Dec 1996 21:56:27 +0000 (21:56 +0000)
commit09bcf8c0312864c5a65a877453e62315059e8182
tree35cb1be53d06231200a55f689647b571cdb64534
parentb6454e58bc43131be39bcb06fead5464a8f06e3b
(sgmllib.py):  Partial acceptance of patch from David Leonard
<leonard@dstc.edu.au>; allows hyphen and period in the middle
of attribute names.  Still not allowed as first character;
as first character these are illegal in the Reference Concrete
Syntax, and we've not identified any use of these characters as
the first char in an attribute name in deployment on the web.
Lib/sgmllib.py