Closed dlecocq closed 8 years ago
The progression of the commits is:
has_params_
and has_query_
variablesstrip()
strip()
Perhaps that context will make it easier to review.
I had wanted to do this for a while, but I feared being disruptive to url-py
clients. I want all transforms to be opt-in, and for parsing to do just that -- parsing.
Introduce a new function,
strip()
which does what used to be automatic -- the removal of meaningless excess?
's and&
's from queries and;
's from params.@b4hand @neilmb @lindseyreno