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 sandro.tosi
Recipients Arfrever, Ramchandra Apte, amaury.forgeotdarc, barry, djc, doko, eric.araujo, ezio.melotti, foom, gagern, jwilk, lemburg, loewis, neologix, petri.lehtinen, pitrou, python-dev, r.david.murray, rosslagerwall, sandro.tosi, vstinner
Date 2011-08-16.14:28:35
SpamBayes Score 0.0001704272
Marked as misclassified No
Message-id <CAPdtAj0t12Z0sTW1B=xFdxLfXPF5vrKZmzG+xOT0JHpZZHFGkw@mail.gmail.com>
In-reply-to <1313504465.88.0.704976070989.issue12326@psf.upfronthosting.co.za>
Content
On Tue, Aug 16, 2011 at 16:21, Barry A. Warsaw <report@bugs.python.org> wrote:
>
> Barry A. Warsaw <barry@python.org> added the comment:
>
> @Sandro:
>
>>> FTR, for Debian and derivatives, doko chose to use 'linux2' when building on linux3.
>
>>Luckily that has just been reverted.
>
> No, I don't think it has: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633015
>
> On Debian Wheezy and Ubuntu 11.10:
>
> $ python2.7 -c 'import sys; print sys.platform'
> linux2
> $ python3.2 -c 'import sys; print(sys.platform)'
> linux2

that's because you're on wheezy, that has 2.7.2-3, while the version
which has the change reverted is -4 (still not transition to testing,
since outdated on kbsd-i386)
History
Date User Action Args
2011-08-16 14:28:35sandro.tosisetrecipients: + sandro.tosi, lemburg, loewis, barry, doko, amaury.forgeotdarc, gagern, foom, pitrou, vstinner, jwilk, djc, ezio.melotti, eric.araujo, Arfrever, r.david.murray, neologix, rosslagerwall, python-dev, petri.lehtinen, Ramchandra Apte
2011-08-16 14:28:35sandro.tosilinkissue12326 messages
2011-08-16 14:28:35sandro.tosicreate