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 pitrou
Recipients Arfrever, amaury.forgeotdarc, lemburg, loewis, neologix, pitrou, rosslagerwall, vstinner
Date 2011-06-14.10:28:38
SpamBayes Score 3.0225822e-13
Marked as misclassified No
Message-id <1308047301.3683.1.camel@localhost.localdomain>
In-reply-to <4DF705F1.9010501@v.loewis.de>
Content
> > The change to sys.platform=='linux' would break code even on current platforms.
> 
> Correct. Compared to introducing 'linux3', I consider this the better
> change - it likely breaks earlier (i.e. when porting to Python 3.3).

FWIW, I also agree that sys.platform == 'linux' would be the better
choice. It seems there's little point having the kernel's major version
there. It's both disruptive and useless (because features are introduced
at any point, not just at new major versions).
History
Date User Action Args
2011-06-14 10:28:39pitrousetrecipients: + pitrou, lemburg, loewis, amaury.forgeotdarc, vstinner, Arfrever, neologix, rosslagerwall
2011-06-14 10:28:38pitroulinkissue12326 messages
2011-06-14 10:28:38pitroucreate