When I self.response.out.write(self.request.path) the output is something like \page\cfg%27%40.
How do I print out the character instead?
you have do something like this
import urllib2
path = self.request.path
unquoted_path=urllib2.unquote(path)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With