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 vizcayno
Recipients vizcayno
Date 2007-12-10.02:50:25
SpamBayes Score 0.086127646
Marked as misclassified No
Message-id <1197255027.05.0.0200043549061.issue1578@psf.upfronthosting.co.za>
In-reply-to
Content
.python
Python 3.0a2 (r30a2:59397:59399, Dec  6 2007, 22:34:52) [MSC v.1500 32 
bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import getpass
>>> clave = getpass.getpass('PASSWD= ').strip().upper()
PASSWD= Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\python30\lib\getpass.py", line 63, in win_getpass
    pw = pw + c
TypeError: Can't convert 'bytes' object to str implicitly
>>>
 I get the error when I try to type the first letter of a password.
History
Date User Action Args
2007-12-10 02:50:27vizcaynosetspambayes_score: 0.0861276 -> 0.086127646
recipients: + vizcayno
2007-12-10 02:50:27vizcaynosetspambayes_score: 0.0861276 -> 0.0861276
messageid: <1197255027.05.0.0200043549061.issue1578@psf.upfronthosting.co.za>
2007-12-10 02:50:26vizcaynolinkissue1578 messages
2007-12-10 02:50:26vizcaynocreate