• Fred Drake's avatar
    bwrite(), ewrite(): Helpers for diagnostic output; essentially the · 080c1b5a
    Fred Drake yazdı
    		same as sys.stderr.write(), but bwrite() will make it
    		bold if stderr is a tty (for visibility).
    
    		Use these everywhere instead of accessing
    		sys.stderr.write() directly.
    
    find_all_child_elements():  Find all elements by type name that are
    		immediate children of another.
    
    cleanup_synopses():  Receive both the document and fragment objects as
    		parameters; if only the document is passed, synopsis
    		information is never found since it's in the fragment!
    
    build_para():	Add a chunk of code to ensure that a newline always
    		follows the </para> end-tag.  Not really important, but
    		makes presentation consistent for authoring/
    		maintenance.
    
    fixup_bifuncindexes_chunk(): Use find_all_child_elements() instead of
    		find_all_elements() so we don't work with too many
    		levels at once; that could cause DOM exceptions with
    		the <elem>.removeChild() method.
    080c1b5a
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...