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 serhiy.storchaka
Recipients paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2017-09-21.21:37:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506029826.06.0.930074119886.issue31548@psf.upfronthosting.co.za>
In-reply-to
Content
I just have built Python on Windows first time and ran tests. test_os fails because the current directory path contains spaces.

test_spawnl (test.test_os.SpawnTests) ... C:\Users\Serhiy: can't open file 'Storchaka\py\cpython\PCBuild\win32\python.exe': [Errno 2] No such file or directory
FAIL
History
Date User Action Args
2017-09-21 21:37:06serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, tim.golden, zach.ware, steve.dower
2017-09-21 21:37:06serhiy.storchakasetmessageid: <1506029826.06.0.930074119886.issue31548@psf.upfronthosting.co.za>
2017-09-21 21:37:05serhiy.storchakalinkissue31548 messages
2017-09-21 21:37:05serhiy.storchakacreate