dont quote exclams

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2809 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-08-16 13:57:36 +00:00
parent 2f48855b32
commit fc4ce83372

View file

@ -430,7 +430,7 @@ def match_host (host, domainlist):
return False
_nopathquote_chars = "-;/=,~*+()@"
_nopathquote_chars = "-;/=,~*+()@!"
if os.name == 'nt':
_nopathquote_chars += "|"
_safe_url_chars = re.escape(_nopathquote_chars + "_:.&#%?[]!")+"a-zA-Z0-9"