From d6e712a08056241a7c5d93da327544aa0ed39c67 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 13 Jul 2007 18:48:09 +0000 Subject: add note about improving performance more git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@344 86f53f14-5ff3-0310-afe5-9b438ce3f40c --- myurllib.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/myurllib.py b/myurllib.py index fddcf49..815e948 100644 --- a/myurllib.py +++ b/myurllib.py @@ -48,6 +48,8 @@ def _normalize_escapes(url): if r in _okurlchars: url = url.replace(c, r) # TODO: uppercase any escaped codes left + # TODO: make this a better performing implementation as this + # function costs about 15% of all time during deserialisation # url encode any nonprintable or problematic characters # (but not reserved chars) url = ''.join( -- cgit v1.2.3