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.

Author Jeffrey.Kintscher
Recipients Jeffrey.Kintscher, celal.sahin, jab, matanya.stroh, r.david.murray, remi.lapeyre, steven.daprano, stevoisiak
Date 2020-08-08.07:33:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596872034.52.0.80134518138.issue32884@roundup.psfhosted.org>
In-reply-to
Content
This is easy to implement for Windows (as shown), but the unix implementation uses io.TextIOWrapper.readline() to get the password input.  The unix implementation would have to be rewritten to provide the same functionality.
History
Date User Action Args
2020-08-08 07:33:54Jeffrey.Kintschersetrecipients: + Jeffrey.Kintscher, steven.daprano, r.david.murray, jab, matanya.stroh, stevoisiak, remi.lapeyre, celal.sahin
2020-08-08 07:33:54Jeffrey.Kintschersetmessageid: <1596872034.52.0.80134518138.issue32884@roundup.psfhosted.org>
2020-08-08 07:33:54Jeffrey.Kintscherlinkissue32884 messages
2020-08-08 07:33:54Jeffrey.Kintschercreate