[issue35519] Can not run test without test module for tests which import random module

2018-12-17 Thread STINNER Victor
STINNER Victor added the comment: I renamed Lib/test/bisect.py to Lib/test/bisect_cmd.py ;-) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.8 ___ Python tracker

[issue35519] Can not run test without test module for tests which import random module

2018-12-17 Thread miss-islington
miss-islington added the comment: New changeset 05dfa0cc96f6b72b1e72f57b1b5f4b37764a382d by Miss Islington (bot) in branch '3.7': bpo-35519: Rename test.bisect to test.bisect_cmd (GH-11200) https://github.com/python/cpython/commit/05dfa0cc96f6b72b1e72f57b1b5f4b37764a382d -- nosy: +m

[issue35519] Can not run test without test module for tests which import random module

2018-12-17 Thread STINNER Victor
STINNER Victor added the comment: New changeset 1dd035954bb03c41b954ebbd63969b4bcb0e106e by Victor Stinner in branch 'master': bpo-35519: Rename test.bisect to test.bisect_cmd (GH-11200) https://github.com/python/cpython/commit/1dd035954bb03c41b954ebbd63969b4bcb0e106e -- __

[issue35519] Can not run test without test module for tests which import random module

2018-12-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +10440 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35519] Can not run test without test module for tests which import random module

2018-12-17 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +10439 stage: resolved -> patch review ___ Python tracker ___ ___ Pyth

[issue35519] Can not run test without test module for tests which import random module

2018-12-17 Thread STINNER Victor
Change by STINNER Victor : -- title: [2.7] Can not run test without test module for tests which import random module -> Can not run test without test module for tests which import random module ___ Python tracker

[issue35519] Can not run test without test module for tests which import random module

2018-12-17 Thread Vajrasky Kok
New submission from Vajrasky Kok : $ git clone g...@github.com:python/cpython.git cpython2 $ cd cpython2 $ ./configure --with-pydebug $ make -j $ ./python Lib/test/test_xmlrpc.py Traceback (most recent call last): File "Lib/test/test_xmlrpc.py", line 8, in import xmlrpc.client as xmlrpcl