Show More
@@ -233,7 +233,7 b' class url:' | |||||
233 | self.path = path |
|
233 | self.path = path | |
234 |
|
234 | |||
235 | # leave the query string escaped |
|
235 | # leave the query string escaped | |
236 |
for a in ( |
|
236 | for a in ('user', 'passwd', 'host', 'port', 'path', 'fragment'): | |
237 | v = getattr(self, a) |
|
237 | v = getattr(self, a) | |
238 | if v is not None: |
|
238 | if v is not None: | |
239 | setattr(self, a, urlreq.unquote(v)) |
|
239 | setattr(self, a, urlreq.unquote(v)) |
General Comments 0
You need to be logged in to leave comments.
Login now