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 vbr
Recipients amaury.forgeotdarc, christian.heimes, gvanrossum, loewis, vbr
Date 2008-09-20.07:38:08
SpamBayes Score 3.594018e-07
Marked as misclassified No
Message-id <1221896291.78.0.835175547457.issue1688@psf.upfronthosting.co.za>
In-reply-to
Content
While I am not sure about the status of this somewhat older issue, I 
just wanted to mention, that the behaviour remains the same in Python 
3.0rc1 (XPh SP3, Czech)

Python 3.0rc1 (r30rc1:66507, Sep 18 2008, 14:47:08) [MSC v.1500 32 bit 
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> input("ěšč: ")
─Ť┼í─Ź: řžý
'řžý'
>>> print("ěšč: ")
ěšč:
>>>

Is the patch above supposed to have been committed, or are there yet 
another difficulties?
(Not that it is a huge problem (for me), as applications dealing with 
non ascii text probably would use a gui, rather than relying on a 
console, but it's a kind of surprising.)
History
Date User Action Args
2008-09-20 07:38:11vbrsetrecipients: + vbr, gvanrossum, loewis, amaury.forgeotdarc, christian.heimes
2008-09-20 07:38:11vbrsetmessageid: <1221896291.78.0.835175547457.issue1688@psf.upfronthosting.co.za>
2008-09-20 07:38:10vbrlinkissue1688 messages
2008-09-20 07:38:08vbrcreate