[ python-Bugs-1472084 ] sgmllib do_tag description error

SourceForge.net noreply at sourceforge.net
Sat Jun 3 20:10:33 CEST 2006


Bugs item #1472084, was opened at 2006-04-17 23:52
Message generated for change (Comment added) made by akuchling
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: Closed
>Resolution: Fixed
Priority: 5
Submitted By: James G. sack (jim) (jgsack)
>Assigned to: A.M. Kuchling (akuchling)
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.





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

>Comment By: A.M. Kuchling (akuchling)
Date: 2006-06-03 14:10

Message:
Logged In: YES 
user_id=11375

Fixed on both the 2.4-maint branch and the trunk; thanks for the correction.


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

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