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 han.lee
Recipients han.lee
Date 2017-08-18.06:38:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
CPython: master branch

In mac and window create python.exe not python https://github.com/python/cpython/blob/master/Makefile.pre.in#L154

But Travis CI and docs use ./python command for test
https://docs.python.org/devguide/

https://travis-ci.org/python/cpython/jobs/265843638
/Users/travis/.travis/job_stages: line 73: ./python: is a directory
History
Date User Action Args
2017-08-18 06:38:47han.leesetrecipients: + han.lee
2017-08-18 06:38:47han.leesetmessageid: <[email protected]>
2017-08-18 06:38:47han.leelinkissue31231 messages
2017-08-18 06:38:47han.leecreate