[ python-Bugs-1445068 ] getpass.getpass queries on STDOUT not STERR (*nix)

SourceForge.net noreply at sourceforge.net
Fri Mar 31 19:43:21 CEST 2006


Bugs item #1445068, was opened at 2006-03-07 19:48
Message generated for change (Comment added) made by splitscreen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1445068&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jon Lasser (jonlasser)
Assigned to: Nobody/Anonymous (nobody)
Summary: getpass.getpass queries on STDOUT not STERR (*nix)

Initial Comment:
Expected behavior of a *nix system would be to get the
password query on STDERR, so that (for non-interactive
applications) one can send the output of the command to
somewhere else, and not be hanging on a password
request that was never seen by the user at the
terminal. (And also so that output isn't polluted by
the password request, when parsing it via a pipeline.)

----------------------------------------------------------------------

Comment By: splitscreen (splitscreen)
Date: 2006-03-31 17:43

Message:
Logged In: YES 
user_id=1126061

Patch #1462298 fixes this.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1445068&group_id=5470


More information about the Python-bugs-list mailing list