This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Mark.Shannon
Recipients Mark.Shannon, The Compiler, lukasz.langa, mattip, pablogsal, steve.dower, vstinner
Date 2020-12-09.18:29:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607538583.74.0.881180904633.issue40747@roundup.psfhosted.org>
In-reply-to
Content
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 :)
History
Date User Action Args
2020-12-09 18:29:43Mark.Shannonsetrecipients: + Mark.Shannon, vstinner, lukasz.langa, mattip, steve.dower, The Compiler, pablogsal
2020-12-09 18:29:43Mark.Shannonsetmessageid: <1607538583.74.0.881180904633.issue40747@roundup.psfhosted.org>
2020-12-09 18:29:43Mark.Shannonlinkissue40747 messages
2020-12-09 18:29:43Mark.Shannoncreate