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: XHTML support for webchecker.py
Type: Stage:
Components: Demos and Tools Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, docoverlord
Priority: normal Keywords: patch

Created on 2004-03-17 18:40 by docoverlord, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
both.diff docoverlord, 2004-03-17 18:40 XHTML 'id' attribute support for webchecker.py
Messages (2)
msg45592 - (view) Author: Chris Herborth (docoverlord) Date: 2004-03-17 18:40
Here's a small patch that adds support for the 'id'
attribute ('name' is deprecated in XHTML) to
Tools/webchecker.

README and webchecker.py are affected.

Tested over approx. 26,000 lines of XHTML.
msg45593 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2004-03-21 19:17
Logged In: YES 
user_id=11375

Looks good; applied to HEAD.
History
Date User Action Args
2022-04-11 14:56:03adminsetgithub: 40041
2004-03-17 18:40:09docoverlordcreate