[issue33877] doc Mention Windows along UNIX for script running instructions

2018-06-22 Thread miss-islington


Change by miss-islington :


--
pull_requests: +7473

___
Python tracker 

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



[issue33877] doc Mention Windows along UNIX for script running instructions

2018-06-22 Thread miss-islington


Change by miss-islington :


--
pull_requests: +7472

___
Python tracker 

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



[issue33877] doc Mention Windows along UNIX for script running instructions

2018-06-22 Thread Terry J. Reedy

Terry J. Reedy  added the comment:


New changeset c9d43c702a53804c23ecb22a0dbf6a47c804d2b1 by Terry Jan Reedy 
(Andrés Delfino) in branch 'master':
bpo-33877: Remove UNIX qualification for running complete programs (GH-7744)
https://github.com/python/cpython/commit/c9d43c702a53804c23ecb22a0dbf6a47c804d2b1


--

___
Python tracker 

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



[issue33877] doc Mention Windows along UNIX for script running instructions

2018-06-22 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

Thanks.  I did that and will merge when possible.

--
assignee: docs@python -> terry.reedy

___
Python tracker 

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



[issue33877] doc Mention Windows along UNIX for script running instructions

2018-06-22 Thread Ned Deily


Ned Deily  added the comment:

The statement is true for macOS (note macOS is the correct current styling per 
Apple); in general, macOS is a UNIX platform as far as Python is concerned.  
So, yes, it appears the documentation there could be simplified by eliminating 
the platform distinction.

--

___
Python tracker 

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



[issue33877] doc Mention Windows along UNIX for script running instructions

2018-06-22 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

The paragraph reads:

Under Unix, a complete program can be passed to the interpreter in three forms: 
with the -c string command line option, as a file passed as the first command 
line argument, or as standard input. If the file or standard input is a tty 
device, the interpreter enters interactive mode; otherwise, it executes the 
file as a complete program.

This is slightly confusing because a complete programs cannot be passed all at 
once if the file (regular or stdin) is interactive.

Not being a Windows expert, I was curious whether the standard input part is 
true for Win 10.  Indeed, both "python con:" and "python 

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



[issue33877] doc Mention Windows along UNIX for script running instructions

2018-06-16 Thread Ned Deily


Change by Ned Deily :


--
nosy: +terry.reedy

___
Python tracker 

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



[issue33877] doc Mention Windows along UNIX for script running instructions

2018-06-16 Thread Ned Deily


Change by Ned Deily :


--
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



[issue33877] doc Mention Windows along UNIX for script running instructions

2018-06-15 Thread Andrés Delfino

Change by Andrés Delfino :


--
keywords: +patch
pull_requests: +7352
stage:  -> patch review

___
Python tracker 

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



[issue33877] doc Mention Windows along UNIX for script running instructions

2018-06-15 Thread Andrés Delfino

New submission from Andrés Delfino :

Reference 9.1. says: "Under Unix, a complete program can be passed to the 
interpreter in three forms...".

This also applies to Windows. PR fixes this.

--
assignee: docs@python
components: Documentation
messages: 319703
nosy: adelfino, docs@python
priority: normal
severity: normal
status: open
title: doc Mention Windows along UNIX for script running instructions
type: enhancement
versions: Python 2.7, Python 3.6, Python 3.7, Python 3.8

___
Python tracker 

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