[issue27980] Add better pythonw support to py launcher

Eryk Sun report at bugs.python.org
Tue Sep 6 17:07:13 EDT 2016


Eryk Sun added the comment:

> Naturally pyw -h produces no output

It needs help: `pyw -h 2>&1 | more`. This sets the StandardOutput and StandardError as the write end of a pipe. more.com reads from the pipe and pages the help text to the console. 

Maybe this needs a new issue to have `pyw -h` pop up a message box with the help text.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27980>
_______________________________________


More information about the Python-bugs-list mailing list