From 282f3b8380f8db0f133559de8631bca7c6bfc930 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Mon, 24 May 2010 18:29:37 +0200 Subject: [PATCH] Lasciamo i due punti neri. --- pywhois.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywhois.py b/pywhois.py index 9e046c0..ba08465 100644 --- a/pywhois.py +++ b/pywhois.py @@ -315,7 +315,7 @@ class WhoisHTTPRequestHandler(BaseHTTPRequestHandler): """ # Sostituiamo le cose con i tag relativi - for match in re.findall(r"(::.*)\n", string): + for match in re.findall(r"::(.*)\n", string): string = string.replace(match, "%s" % match) string = re.sub(r"\n", "
\n", string) -- 2.1.4