[Python-checkins] CVS: python/dist/src/Doc/lib libsgmllib.tex,1.18,1.19

Fred L. Drake python-dev@python.org
Mon, 3 Jul 2000 07:32:07 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv22029/lib

Modified Files:
	libsgmllib.tex 
Log Message:

get_starttag_text():  Document this method.


Index: libsgmllib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsgmllib.tex,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** libsgmllib.tex	1999/04/22 18:25:32	1.18
--- libsgmllib.tex	2000/07/03 14:32:04	1.19
***************
*** 71,74 ****
--- 71,82 ----
  \end{methoddesc}
  
+ \begin{methoddesc}{get_starttag_text}{}
+ Return the text of the most recently opened start tag.  This should
+ not normally be needed for structured processing, but may be useful in
+ dealing with HTML ``as deployed'' or for re-generating input with
+ minimal changes (whitespace between attributes can be preserved,
+ etc.).
+ \end{methoddesc}
+ 
  \begin{methoddesc}{handle_starttag}{tag, method, attributes}
  This method is called to handle start tags for which either a