[Jds-team] [OpenIndiana Distribution - Bug #1048] (Closed) getpass.getpass python function doesn't hide input
illumos project
devnull at illumos.org
Thu Jul 26 14:00:06 UTC 2012
Issue #1048 has been updated by Jon Tibble.
Status changed from Feedback to Closed
Closing as unable to replicate (works as per the described expectation on oi_151a5) and no feedback forthcoming.
----------------------------------------
Bug #1048: getpass.getpass python function doesn't hide input
https://www.illumos.org/issues/1048
Author: Tim Sarbin
Status: Closed
Priority: Normal
Assignee: OI JDS
Category: Desktop (JDS)
Target version: oi_151_stable
Difficulty: Medium
Tags: python
The following code should print "Password: " on the command line, then get user text input without displaying it on the screen.
<pre>
import getpass
passStr = getpass.getpass("Password: ")
</pre>
It does hide input initially, but on pressing Enter, it then writes the entire password to the screen. (Expected output is nothing at all).
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account
More information about the Jds-team
mailing list