Message382797
What's blocking this?
It is a real pain not to be able to install packages for 3.10.
I don't much care what the format is, but since there seems to be some difficulty in changing it, why not leave the output as `310`?
It isn't ambiguous, as long as we specify how to parse the number:
2 digits: XY. X = major, Y = minor
3 digits: XYY. X = major, YY = minor
4 digits: XXYY. XX = major, YY = minor
So 31.0 will be `3100`.
That should be good for a millenium or so :) |
|
| Date |
User |
Action |
Args |
| 2020-12-09 18:29:43 | Mark.Shannon | set | recipients:
+ Mark.Shannon, vstinner, lukasz.langa, mattip, steve.dower, The Compiler, pablogsal |
| 2020-12-09 18:29:43 | Mark.Shannon | set | messageid: <1607538583.74.0.881180904633.issue40747@roundup.psfhosted.org> |
| 2020-12-09 18:29:43 | Mark.Shannon | link | issue40747 messages |
| 2020-12-09 18:29:43 | Mark.Shannon | create | |
|