seems like we can ship and deal with issue as they arise
Daniel Holmes
@jaitaiwan
I also remember someone complaining about getting all the values from the url when a variable is specified multiple times
Rick Hanlon II
@rickhanlonii
yeah, that's probably it
Daniel Holmes
@jaitaiwan
We should at least change it so it fits URL spec
Rick Hanlon II
@rickhanlonii
any preference on which fork we go with for py3?
we're not breaking any backwards compatibility so i'd be inclined to open an issue and fix in a minor release
if only because it's been years waiting for a py3 release
if you're keen on getting it in though, i'm not fussed
Daniel Holmes
@jaitaiwan
Fair enough… We could do a dual release… So release py3 with 1.9.1 and also 1.10
Ugh
I mean 1.8.x 1.9
Rick Hanlon II
@rickhanlonii
yeah, that sounds like the move
Daniel Holmes
@jaitaiwan
Ok did some research and both /foo/bar?foo[]=bar&foo[]=baz&foo[]=qux and /foo/bar?foo=bar&foo=baz&foo=qux
So we probably need to open a request to allow specifying which version to use as it’s web-server dependant
Rick Hanlon II
@rickhanlonii
yeah, agreed
Daniel Holmes
@jaitaiwan
Cool. So to-do:
(1) Remove multi test (2) Open issue to cover a new test which is more accurate (3) modify readme and move examples to wiki (4) Release 1.9 and 1.8.x with Python compatibility.