[ python-Bugs-1472084 ] sgmllib do_tag description error

SourceForge.net noreply at sourceforge.net
Tue Apr 18 05:52:57 CEST 2006


Bugs item #1472084, was opened at 2006-04-18 03:52
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1472084&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: James G. sack (jim) (jgsack)
Assigned to: Nobody/Anonymous (nobody)
Summary: sgmllib do_tag description error

Initial Comment:
section 13.2 sgmllib -- Simple SGML parser

do_tag(attributes)	
This method is called to process an opening tag that does 
not come with a matching closing tag...

(that's incorrect)

It should say something like
This method is called to process an opening tag (only) if 
there is no corresponding start_tag function defined.





----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1472084&group_id=5470


More information about the Python-bugs-list mailing list