mirror of
https://github.com/python/cpython.git
synced 2025-08-28 12:45:07 +00:00
added note about missing features
This commit is contained in:
parent
a62b1003a6
commit
eae892d232
1 changed files with 2 additions and 0 deletions
|
@ -173,6 +173,8 @@ class SGMLParser:
|
|||
# Now parse the data between i+1 and j into a tag and attrs
|
||||
attrs = []
|
||||
tagfind = regex.compile('[a-zA-Z][a-zA-Z0-9]*')
|
||||
# XXX Should also support value-less attributes (e.g. ISMAP)
|
||||
# XXX Should use regex.group()
|
||||
attrfind = regex.compile(
|
||||
'[ \t\n]+\([a-zA-Z][a-zA-Z0-9]*\)' +
|
||||
'\([ \t\n]*=[ \t\n]*' +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue