Ok, I'm gonna experiment with raw_args.
I was wondering what's this *#routes_apps_raw=['myapp'] *thing before (I 
was customizing routes) 

When I use this functionality, am I correct in assuming that, I've to do 
encoding and decoding both?

I can decode request.raw_args.
But where did I encode?
I'm using URL function.
So, should I encode return value of URL function or individual arguments and 
variables that I'm passing?

Also, will you help me by giving difference between urllib.quote() and 
urllib.quote_plus() and it's use case.
I haven't got that much experience with urllib class. 

Reply via email to