urltree.py
changeset 80 94c493b7c046
parent 79 747554808944
child 81 847da3c265b5
equal deleted inserted replaced
79:747554808944 80:94c493b7c046
   348         return [self.build(obj)]
   348         return [self.build(obj)]
   349 
   349 
   350 class URLStringType (URLType) :
   350 class URLStringType (URLType) :
   351     """
   351     """
   352         The default URLType, just plain strings.
   352         The default URLType, just plain strings.
       
   353         
       
   354         XXX: decodeing here, or elsewhere?
   353     """
   355     """
   354 
   356 
   355     def parse (self, value) :
   357     def parse (self, value) :
   356         """
   358         """
   357             Identitiy
   359             Identitiy