[issue30360] getpass.getpass() does not accept stdin from an Expect script

2017-06-18 Thread Terry J. Reedy
Terry J. Reedy added the comment: As suggested, and with no further response, closing. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker

[issue30360] getpass.getpass() does not accept stdin from an Expect script

2017-05-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: I strongly suspect that this should be closed as 'not a bug', but I know too little about expect to be sure. If there is a python, as opposed to expect or os bug, then it should be possible to demonstrate the problem with python. If you leave this open, plea

[issue30360] getpass.getpass() does not accept stdin from an Expect script

2017-05-14 Thread Josh Rosenberg
Changes by Josh Rosenberg : -- title: getpass.getpass() does not except stdin from an Expect script -> getpass.getpass() does not accept stdin from an Expect script ___ Python tracker _