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 ezio.melotti
Recipients Arfrever, ezio.melotti, loewis, nadeem.vawda, vstinner
Date 2011-08-22.08:52:02
SpamBayes Score 0.0002569652
Marked as misclassified No
Message-id <1314003123.45.0.190731553115.issue12795@psf.upfronthosting.co.za>
In-reply-to
Content
Having the major version in sys.platform only for a few selected platforms doesn't seem too consistent for me.

If linux 4 will introduce major changes, will we have to look for the major version of freebsd in sys.platform and for the linux major version elsewhere?

That said, removing the major version for the other platforms might introduce unnecessary breakage, but if it's ever going to happen, I think it's better to do it now for all the platforms and not waiting for the experts to speak and change it in later versions, adding even more inconsistency.
History
Date User Action Args
2011-08-22 08:52:03ezio.melottisetrecipients: + ezio.melotti, loewis, vstinner, nadeem.vawda, Arfrever
2011-08-22 08:52:03ezio.melottisetmessageid: <1314003123.45.0.190731553115.issue12795@psf.upfronthosting.co.za>
2011-08-22 08:52:02ezio.melottilinkissue12795 messages
2011-08-22 08:52:02ezio.melotticreate