I've taken a look to urlparse.urlparse
method documentation and I'm a little bit confused about what is the parameters
part (not to be confused with the more familiar query
part, that is what goes after the question mark and before the fragment part).
Wikipedia entry on URL's structure doesn't say anything about that, so could please anybody elaborate a little bit on this and possibly give some examples?
fascinating, this is the first time I've encounter them, found this
http://doriantaylor.com/policy/http-url-path-parameter-syntax I also found this http://tools.ietf.org/html/rfc3986#section-3.3 (last paragraph before query) and this http://www.jtmelton.com/2011/02/02/beware-the-http-path-parameter/
their rarely used, I think their meant to attach certain properties to paths .. maybe even control which version of segment you want to use, but this is just a hunch ... either way thank you, for bringing it up.
Wow... I was not aware of that, see example:
And help(urlparse.urlparse):