Re: [Tutor] Running Lib/test/test_shutil.py

2019-06-13 Thread Mats Wichmann
On 6/13/19 12:19 PM, Peter Otten wrote: > Tom Hale wrote: > >> Hi all, >> >> I hope this is the best place to ask (please let me know if there is a >> more appropriate list): >> >> Checking out CPython v3.8.0b1, I'm trying to run: >> >>% python Lib/test/test_shutil.py > > Are you sure > > %

Re: [Tutor] Running Lib/test/test_shutil.py

2019-06-13 Thread Peter Otten
Tom Hale wrote: > Hi all, > > I hope this is the best place to ask (please let me know if there is a > more appropriate list): > > Checking out CPython v3.8.0b1, I'm trying to run: > >% python Lib/test/test_shutil.py Are you sure % python invokes the 3.8 interpreter? > I'm getting: >

[Tutor] Running Lib/test/test_shutil.py

2019-06-13 Thread Tom Hale
Hi all, I hope this is the best place to ask (please let me know if there is a more appropriate list): Checking out CPython v3.8.0b1, I'm trying to run: % python Lib/test/test_shutil.py I'm getting: Traceback (most recent call last): File "Lib/test/test_shutil.py", line 19, in from