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, Ramchandra Apte, amaury.forgeotdarc, djc, doko, eric.araujo, ezio.melotti, jwilk, lemburg, loewis, neologix, petri.lehtinen, pitrou, python-dev, r.david.murray, rosslagerwall, vstinner
Date 2011-07-21.09:10:52
SpamBayes Score 6.5116645e-08
Marked as misclassified No
Message-id <1311239453.6.0.762657652219.issue12326@psf.upfronthosting.co.za>
In-reply-to
Content
> It seems currently that in python 3.2 sys.platform is linux2
> even though it is running linux 3

It's maybe because you ran ./configure with Linux 2.x.y (see msg138254). Try make distclean && ./configure --with-debug && make.
History
Date User Action Args
2011-07-21 09:10:53vstinnersetrecipients: + vstinner, lemburg, loewis, doko, amaury.forgeotdarc, pitrou, jwilk, djc, ezio.melotti, eric.araujo, Arfrever, r.david.murray, neologix, rosslagerwall, python-dev, petri.lehtinen, Ramchandra Apte
2011-07-21 09:10:53vstinnersetmessageid: <1311239453.6.0.762657652219.issue12326@psf.upfronthosting.co.za>
2011-07-21 09:10:53vstinnerlinkissue12326 messages
2011-07-21 09:10:52vstinnercreate