How can some rows in the ballots listing have multiple entries with the same value? Or was it possible to vote for alternatives being equal, and did I overlook that?
And I can’t work out how many people voted for the polygamy poll after they finished the Python governance one.
Some notes on the tech aspects of the vote: most remarkable is how unremarkable it was Not only was there a flat-out Condorcet (“beats all”) winner, but if we throw that winner out, there’s also a flat-out Condorcet winner among the 7 remaining - and so on, all the way down to “further discussion”. For that reason, all of the Condorcet methods supported by CIVS compute the same total ordering. No ties, and no preference cycles, anywhere. The raw Condorcet criterion on its own was enough to resolve the full ordering. We were lucky in that way.
About a third of the ballots exploited the possibility to express ties. I was surprised that wasn’t larger, but it’s possible some didn’t realize they could; e.g.,
Yup! In fact, if ;you didn’t change anything in the initial ballot presented to you, and clicked “Submit”, you would have “voted” that you had no preferences at all - the same as if you hadn’t voted.
Here’s a breakdown of the number of ballots expressing a given number of distinct ranks:
#ranks
#ballots
2
1
4
4
5
6
6
5
7
5
8
41
Only one ballot gave only two ranks, effectively pretending this was an Approval election:
1 8 1 1 8 8 8 8
Moral of the story: if we do this again, use score voting instead. It’s much easier to understand, is immune to preference cycles, and would almost certainly have yielded the same total ordering .
Ah! Now I understand why I sometimes had to drag choices multiple times (wiggling them while holding them)… And I thought this was an error in the UI implementation:-)
The UI wasn’t fantastic, but I’ve used CIVS often enough (Debian voting IIRC) that I could still express my choices eventually. Some of the drag and drop was problematic with one line being longer than the others. The other thing I would have changed is for the links to the PEPs in the selections to pop up a new tab or window rather than taking me off the voting page. But all in all, I’m quite satisfied with how the vote was conducted (and also with the results).
Kudos to everyone involved, both in the actual machinery of the vote, in the fantastic and very useful discussions prior to the vote, to all who participated in writing and refining the PEPs, and to everyone who cares enough about Python to take this seriously and exercise their voice.
There could be another possibility: that people created a tie without knowing. The UI isn’t terrific… I started dragging and dropping the various candidates until I was satisfied with the (visual) ordering, then I realized that some candidates actually had the same ranking. It was a bit surprising and unintuitive TBH.
Ha, I just chose numbers from the dropdown boxes. It confused me a bit why things kept moving around, until I realised that it was reflecting my ordering. It was only right at the end (by which time I’d set my ordering) that I even realised drag and drop was a possibility