Mark Shannon <[email protected]> added the comment:
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 :) ---------- nosy: +Mark.Shannon _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue40747> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
