This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix for bug #1445068 getpass.getpass query on stderr
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, splitscreen
Priority: normal Keywords: patch

Created on 2006-03-31 17:42 by splitscreen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
getpass.diff splitscreen, 2006-03-31 18:06 Whoops, actual diff
libgetpass.diff splitscreen, 2006-03-31 18:45 Documentation diff
Messages (2)
msg49901 - (view) Author: Matt Fleming (splitscreen) Date: 2006-03-31 17:42
This is a patch for #1445068.

the signature of 

unix_getpass(prompt='Password: ', stream=sys.stderr)

So that the user can configure the stream they wish to
write output to.

Matt
msg49902 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-03-31 18:43
Logged In: YES 
user_id=849994

Fixed in rev. 43495.
History
Date User Action Args
2022-04-11 14:56:16adminsetgithub: 43128
2006-03-31 17:42:48splitscreencreate