• Fred Drake's avatar
    rewrite_descriptor(): Fix bug that dropped the first TEXT node from · abf8a1da
    Fred Drake yazdı
                           <description> elements.  Add another sanity
                           check to make sure a special case only becomes
                           involved for <opcodedesc> and <opcodedescni>
                           elements.
    
    fixup_paras_helper():  Clean up control flow.
    
    Everywhere that checks node.nodeType==ELEMENT and node.tagName now
    just check node.nodeName (nodeName is guaranteed for all node types
    and will be special values that don't conflict with GIs for
    non-ELEMENT nodes).  Simplifies a number of tests and improves
    readability in a lot of places.
    abf8a1da
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...