summaryrefslogtreecommitdiffstats
path: root/Tools/webchecker/README
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-03-21 19:07:23 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-03-21 19:07:23 (GMT)
commita982c445430355b1e162a2083d7caa28a67c70ba (patch)
tree652f299e9ceb0b1c61a91c3be64f4a8d1e3beba0 /Tools/webchecker/README
parent4c4a45de8f992bb0c5cf35910d34ed6c63fa9d14 (diff)
downloadcpython-a982c445430355b1e162a2083d7caa28a67c70ba.zip
cpython-a982c445430355b1e162a2083d7caa28a67c70ba.tar.gz
cpython-a982c445430355b1e162a2083d7caa28a67c70ba.tar.bz2
[Patch #918212] Support XHTML's 'id' attribute, which can be on any element.
Diffstat (limited to 'Tools/webchecker/README')
-rw-r--r--Tools/webchecker/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/webchecker/README b/Tools/webchecker/README
index 9ef5b47..a51bb3d 100644
--- a/Tools/webchecker/README
+++ b/Tools/webchecker/README
@@ -18,3 +18,6 @@ other options.
- Nov 1999. Sam Bayer contributed patches to reintegrate wcnew.py
into webchecker.py, and corresponding mods to wcgui.py and
websucker.py.
+
+- Mar 2004. Chris Herborth contributed a patch to let webchecker.py
+handle XHTML's 'id' attribute.