This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: sgmllib do_tag description error
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, jgsack
Priority: normal Keywords:

Created on 2006-04-18 03:52 by jgsack, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg28268 - (view) Author: James G. sack (jim) (jgsack) Date: 2006-04-18 03:52
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.



msg28269 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2006-06-03 18:10
Logged In: YES 
user_id=11375

Fixed on both the 2.4-maint branch and the trunk; thanks for the correction.
History
Date User Action Args
2022-04-11 14:56:16adminsetgithub: 43234
2006-04-18 03:52:57jgsackcreate