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 vstinner
Recipients Arfrever, ezio.melotti, lemburg, loewis, nadeem.vawda, vstinner
Date 2011-10-14.01:09:41
SpamBayes Score 7.3838527e-07
Marked as misclassified No
Message-id <1318554583.16.0.307072438042.issue12795@psf.upfronthosting.co.za>
In-reply-to
Content
While working on #12326, it's realized that many modules and applications rely on sys.platform. Change this value should be decided for each platform because it breaks backward compatibility. Linux was a special case and now I don't think that we should drop the major version from sys.platform on all platforms. Let's close this issue as "wont fix".
History
Date User Action Args
2011-10-14 01:09:43vstinnersetrecipients: + vstinner, lemburg, loewis, nadeem.vawda, ezio.melotti, Arfrever
2011-10-14 01:09:43vstinnersetmessageid: <1318554583.16.0.307072438042.issue12795@psf.upfronthosting.co.za>
2011-10-14 01:09:42vstinnerlinkissue12795 messages
2011-10-14 01:09:41vstinnercreate