urltree.py
changeset 80 94c493b7c046
parent 79 747554808944
child 81 847da3c265b5
--- a/urltree.py	Mon Feb 16 19:46:19 2009 +0200
+++ b/urltree.py	Mon Feb 16 20:02:28 2009 +0200
@@ -350,6 +350,8 @@
 class URLStringType (URLType) :
     """
         The default URLType, just plain strings.
+        
+        XXX: decodeing here, or elsewhere?
     """
 
     def parse (self, value) :