From a2e422ce0d04a4ce87842ea40bbbc00862012bd9 Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 13 Oct 2005 22:26:12 +0000 Subject: [PATCH] reindent git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2900 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkcheck/HtmlParser/__init__.py | 5 ++--- linkcheck/checker/__init__.py | 1 - linkcheck/checker/cache.py | 1 - linkcheck/checker/errorurl.py | 1 - linkcheck/checker/fileurl.py | 1 - linkcheck/checker/httpheaders.py | 1 - linkcheck/checker/httpurl.py | 11 +++++------ linkcheck/configuration.py | 1 - linkcheck/lc_cgi.py | 1 - linkcheck/linkparse.py | 2 +- linkcheck/lock.py | 1 - linkcheck/threader.py | 1 - linkcheck/url.py | 1 - 13 files changed, 8 insertions(+), 20 deletions(-) diff --git a/linkcheck/HtmlParser/__init__.py b/linkcheck/HtmlParser/__init__.py index d4bb0e9f..3799fdf1 100644 --- a/linkcheck/HtmlParser/__init__.py +++ b/linkcheck/HtmlParser/__init__.py @@ -33,14 +33,14 @@ Fast HTML parser module written in C with the following features: not need the bison error recovery. Incomplete data is rescanned the next time the parser calls yylex() or when it is being flush()ed. - + The following syntax errors will be recognized correctly: 1. missing quotes around attribute values 2. "" end tags in script modus 3. missing ">" in tags 4. invalid tag names 5. invalid characters inside tags or tag attributes - + Additionally the parser has the following features: 1. NULL bytes are changed into spaces 2. inside a