I'm not clear why this behaves very slightly differently on Python 3,
but I'm also not concerned about it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Heh, I wrote a patch for this before I saw yours. The problem is that random.sample() (and other integer-based functions) changed, see https://bugs.python.org/issue27742.
tests/test-setdiscovery.t | ||
---|---|---|
988 | Fixing this in flight to be 187 in both places :) |
tests/test-setdiscovery.t | ||
---|---|---|
988 | But then the old commit was accepted, so the bad version is now public. I'll send a fix instead. |
Fixing this in flight to be 187 in both places :)