[issue1436203] getpass.getpass() should allow Unicode prompts

2010-08-02 Thread Éric Araujo
Éric Araujo added the comment: I agree with Victor. Use 3.1 if you don’t depend on unported libraries, else explicitly encode with sys.stdout.encoding or set PYTHONIOENCODING in the environment. -- resolution: -> out of date stage: unit test needed -> committed/rejected status: open

[issue1436203] getpass.getpass() should allow Unicode prompts

2010-05-21 Thread STINNER Victor
STINNER Victor added the comment: As I wrote in issue #7768: this issue is already fixed in Python3 (getpass supports unicode prompt) and you should use Python3 instead of Python2 because Python3 has a much better unicode support. It would be harder to fix Python2, and this issue has no patch

[issue1436203] getpass.getpass() should allow Unicode prompts

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1436203] getpass.getpass() should allow Unicode prompts

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) stage: -> test needed versions: +Python 2.7 ___ Python tracker ___ ___ Pyth