[issue34267] find_python.bat doesn't find installed Python 3.7

2018-09-21 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue34267] find_python.bat doesn't find installed Python 3.7

2018-09-17 Thread miss-islington
miss-islington added the comment: New changeset a8a8cc71c7fc7585e15652ff7ab354665f787d5a by Miss Islington (bot) in branch '3.7': bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552) https://github.com/python/cpython/commit/a8a8cc71c7fc7585e15652ff7ab354665f787d5a --

[issue34267] find_python.bat doesn't find installed Python 3.7

2018-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +8796 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34267] find_python.bat doesn't find installed Python 3.7

2018-09-17 Thread Steve Dower
Steve Dower added the comment: New changeset 6750922f8d3428d84a016c34d6fcd99659e8610c by Steve Dower in branch 'master': bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552) https://github.com/python/cpython/commit/6750922f8d3428d84a016c34d6fcd99659e8610c --

[issue34267] find_python.bat doesn't find installed Python 3.7

2018-07-29 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +8068 stage: -> patch review ___ Python tracker ___ ___

[issue34267] find_python.bat doesn't find installed Python 3.7

2018-07-29 Thread Steve Dower
Change by Steve Dower : -- assignee: -> steve.dower ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34267] find_python.bat doesn't find installed Python 3.7

2018-07-28 Thread Segev Finer
New submission from Segev Finer : The PCbuild/find_python.bat script doesn't find an installed Python 3.7 and will proceed to download Python using nuget. This is caused by it invoking py with "-3.6" which will only find Python 3.6 (py doesn't seem to support a 3.6 or above flag), despite