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 mirabilos
Recipients Ramchandra Apte, alanh, christian.heimes, ezio.melotti, jcea, mirabilos, pitrou, python-dev, serhiy.storchaka, skrah, trent
Date 2013-05-11.15:13:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <Pine.BSM.4.64L.1305111507050.13677@herc.mirbsd.org>
In-reply-to <1368284439.2537.7.camel@fsol>
Content
Antoine Pitrou dixit:

>(note, on 2.7, it's "python -m test.regrtest")

That indeed does things. So I had mistaken them for the same problem.

>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?

tglase@tglase:~ $ l /usr/lib/python2.7/test/
__init__.py   pystone.py*  regrtest.py*  test_support.py
__init__.pyc  pystone.pyc  regrtest.pyc  test_support.pyc
tglase@tglase:~ $ l /usr/lib/python3.2/test/
__init__.py  __pycache__/  pystone.py*  regrtest.py*  support.py

Maybe it’s just not packaged… these are all I can find, and
installing python3.2-dev doesn’t fix it.

Oh well, then it’ll just have to wait. Do you have a preferred
place where I can submit the test results, as it’s getting
very off-topic here?

bye,
//mirabilos
-- 
  "Using Lynx is like wearing a really good pair of shades: cuts out
   the glare and harmful UV (ultra-vanity), and you feel so-o-o COOL."
                                         -- Henry Nelson, March 1999
History
Date User Action Args
2013-05-11 15:13:52mirabilossetrecipients: + mirabilos, jcea, pitrou, christian.heimes, trent, ezio.melotti, alanh, skrah, python-dev, Ramchandra Apte, serhiy.storchaka
2013-05-11 15:13:52mirabiloslinkissue17237 messages
2013-05-11 15:13:52mirabiloscreate