Yuli Fiterman
Yuli Fiterman
Are you sure that the remote interpreter is py 2.6 or newer?
I actually think the string concats may be taking long. BTW why are we using quote from urllib. This makes no sense to me.
What I'm trying to say is: why are we URL escaping the value, shouldn't we XML escape it instead?
Wouldn't XML escaping disallowed symbols be backward compatible?
I think it would only not be backward compatible if the original string contains something that looks like a URL escaped pattern. Otherwise unescaping would just be a no op,right?
The parameter of the mutate lambda is a mutable map, not the persistent map itself. The ‘it’ iterated by the forEach loop is the mutator, not the persistent map. So...