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 takluyver
Recipients benjamin.peterson, georg.brandl, lys.nikolaou, martin.panter, ned.deily, serhiy.storchaka, takluyver, vstinner
Date 2020-03-17.11:33:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584444837.36.0.790135752039.issue24916@roundup.psfhosted.org>
In-reply-to
Content
Serhiy, I think you fixed the part that was actually likely to cause problems a few years ago in issue #25985 & commit 885bdc4946890f4bb80557fab80c3874b2cc4d39 . Using sys.version[:3] to get a short version like 3.8 was what I wanted to fix.

People are presumably still trying to change the other bits because there's still a FIXME comment. If we're happy with the current code, I think we can remove that comment and close the issue.
History
Date User Action Args
2020-03-17 11:33:57takluyversetrecipients: + takluyver, georg.brandl, vstinner, benjamin.peterson, ned.deily, martin.panter, serhiy.storchaka, lys.nikolaou
2020-03-17 11:33:57takluyversetmessageid: <1584444837.36.0.790135752039.issue24916@roundup.psfhosted.org>
2020-03-17 11:33:57takluyverlinkissue24916 messages
2020-03-17 11:33:57takluyvercreate