[issue32613] Use PEP 397 py launcher in windows faq

2018-11-14 Thread Julien Palard


Change by Julien Palard :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32613] Use PEP 397 py launcher in windows faq

2018-11-14 Thread miss-islington


miss-islington  added the comment:


New changeset 137da0c5300c0a196084ab9efa61d116304de224 by Miss Islington (bot) 
(Julien Palard) in branch '3.6':
[3.6] bpo-32613: Update window FAQ (GH-5552). (GH-10545)
https://github.com/python/cpython/commit/137da0c5300c0a196084ab9efa61d116304de224


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32613] Use PEP 397 py launcher in windows faq

2018-11-14 Thread miss-islington


miss-islington  added the comment:


New changeset 9053d2f2e09f9583473fb3c1960cba9bda8f3be1 by Miss Islington (bot) 
(Julien Palard) in branch '3.7':
[3.7] bpo-32613: Update window FAQ (GH-5552). (GH-10544)
https://github.com/python/cpython/commit/9053d2f2e09f9583473fb3c1960cba9bda8f3be1


--
nosy: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32613] Use PEP 397 py launcher in windows faq

2018-11-14 Thread Julien Palard


Change by Julien Palard :


--
pull_requests: +9793

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32613] Use PEP 397 py launcher in windows faq

2018-11-14 Thread Julien Palard


Change by Julien Palard :


--
pull_requests: +9792

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32613] Use PEP 397 py launcher in windows faq

2018-11-14 Thread Julien Palard


Julien Palard  added the comment:


New changeset 64313478bcbd0a708c3ce5d4d14f977da56e4be9 by Julien Palard in 
branch 'master':
bpo-32613: Update window FAQ (GH-5552)
https://github.com/python/cpython/commit/64313478bcbd0a708c3ce5d4d14f977da56e4be9


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32613] Use PEP 397 py launcher in windows faq

2018-02-05 Thread Julien Palard

Julien Palard  added the comment:

The py command come from PEP 397, its rational will be more verbose than me 
[1], but in a nutshell it's a wrapper trying to find the right python according 
to some heuristics like the shebang.

[1]: https://www.python.org/dev/peps/pep-0397/#rationale

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32613] Use PEP 397 py launcher in windows faq

2018-02-05 Thread Stéphane Wirtel

Stéphane Wirtel  added the comment:

Just for my info, what's the origin of 'py' ? and why does 'py' exists?

--
nosy: +matrixise

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32613] Use PEP 397 py launcher in windows faq

2018-02-05 Thread Julien Palard

Change by Julien Palard :


--
keywords: +patch
pull_requests: +5376
stage: needs patch -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32613] Use PEP 397 py launcher in windows faq

2018-01-26 Thread Terry J. Reedy

Terry J. Reedy  added the comment:

I am inclined to believe.  The answer to "How do I run a Python program under 
Windows?" should include how to use 'py'.  'python' will not work unless the 
install directory has been added to the path. Of course, 'py' does not work if 
its installation is unchecked.

The answer also has a box with a useless link (503 Service Unavailable) to a 
video 'Python Development on XP' that includes adding 'python' to the path.  
3.5+ do not run on xp.  This should be removed.

--
nosy: +terry.reedy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32613] Use PEP 397 py launcher in windows faq

2018-01-26 Thread Terry J. Reedy

Change by Terry J. Reedy :


--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32613] Use PEP 397 py launcher in windows faq

2018-01-21 Thread Julien Palard

New submission from Julien Palard :

The windows FAQ (https://docs.python.org/3.6/faq/windows.html) uses `python` to 
launch python, I think it should use the `py` python launcher from pep 397.

--
assignee: mdk
components: Documentation
keywords: easy
messages: 310385
nosy: mdk
priority: low
severity: normal
stage: needs patch
status: open
title: Use PEP 397 py launcher in windows faq
type: enhancement
versions: Python 3.6, Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com