]> granicus.if.org Git - python/commit
Issue #27064: The py.exe launcher now defaults to Python 3.
authorPaul Moore <p.f.moore@gmail.com>
Sun, 22 May 2016 11:28:41 +0000 (12:28 +0100)
committerPaul Moore <p.f.moore@gmail.com>
Sun, 22 May 2016 11:28:41 +0000 (12:28 +0100)
commit835416cf7caff0d397c10b98eb146372d6d6dfd0
treead53ba367ac636746f20e78e24878ed99e55d042
parent7f3d16f8f582de1c6d19b40f7d1b8966af06cce0
Issue #27064: The py.exe launcher now defaults to Python 3.
The Windows launcher ``py.exe`` no longer prefers an installed
Python 2 version over Python 3 by default when used interactively.
Doc/using/windows.rst
Doc/whatsnew/3.6.rst
Misc/NEWS
PC/launcher.c