]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Be more permissive in what is accepted as an attribute name; this makes
authorFred Drake <fdrake@acm.org>
Sat, 14 Jul 2001 05:50:33 +0000 (05:50 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 14 Jul 2001 05:50:33 +0000 (05:50 +0000)
commit8600b47b61ab9d3fd5cae0bf2f1559c98e42f5da
tree07ee8b9f96d03b99fb8ca5f6c449eaa6856925ab
parent3eb78609c0f8f22857f08b43e29bea0a197ad201
Be more permissive in what is accepted as an attribute name; this makes
this module slightly more resiliant in the face of XHTML input, or just
colons in attribute names.
Lib/sgmllib.py