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 Ramchandra Apte, alanh, christian.heimes, ezio.melotti, jcea, mirabilos, pitrou, python-dev, serhiy.storchaka, skrah, trent
Date 2013-05-11.15:00:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368284439.2537.7.camel@fsol>
In-reply-to <Pine.BSM.4.64L.1305111456010.13677@herc.mirbsd.org>
Content
> >"python -m test" (with any options you might like), but we don't
> 
> No, I tried that (as it was the only thing I could find on the
> ’net as well) on an i386 system and only get:

Ah, that's because the system Python install doesn't include the test
suite. Perhaps you have to install an additional package, python-dev
perhaps?

(note, on 2.7, it's "python -m test.regrtest")
History
Date User Action Args
2013-05-11 15:00:41pitrousetrecipients: + pitrou, jcea, christian.heimes, trent, ezio.melotti, alanh, skrah, python-dev, Ramchandra Apte, serhiy.storchaka, mirabilos
2013-05-11 15:00:41pitroulinkissue17237 messages
2013-05-11 15:00:41pitroucreate