[issue14170] print unicode string error in win8 cmd console

2021-10-22 Thread Tim Golden
Tim Golden added the comment: Closing this as out-of-date. The original bug was reported against 2.7 and Win8, both of which are either end-of-life now. No follow up in 9 years and I'm quite certain that modern Pythons handle all manner of Unicode chars on the console. -- resolution

[issue14170] print unicode string error in win8 cmd console

2012-03-05 Thread Martin v . Löwis
Martin v. Löwis added the comment: > IOError('[Errno 28] No space left on device') was exactly the #11395 > error message. I read that report differently: IOError: [Errno 12] Not enough space ENOMEM != ENOSPC -- ___ Python tracker

[issue14170] print unicode string error in win8 cmd console

2012-03-05 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +brian.curtin, tim.golden ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14170] print unicode string error in win8 cmd console

2012-03-05 Thread STINNER Victor
STINNER Victor added the comment: > Victor: why do you think this is a duplicate of #11395? That issue deals with > long output strings, which doesn't seem to be the case here. IOError('[Errno 28] No space left on device') was exactly the #11395 error message. Without the full test script, i c

[issue14170] print unicode string error in win8 cmd console

2012-03-05 Thread Martin v . Löwis
Martin v. Löwis added the comment: Victor: why do you think this is a duplicate of #11395? That issue deals with long output strings, which doesn't seem to be the case here. -- ___ Python tracker

[issue14170] print unicode string error in win8 cmd console

2012-03-02 Thread STINNER Victor
STINNER Victor added the comment: It looks like a duplicate of the issue #11395 which has been fixed in Python 3.2.1, but not backported to Python 2.7. Can you please try your program with Python 3.2.1? And maybe also attach the whole test script? -- ___

[issue14170] print unicode string error in win8 cmd console

2012-03-02 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue14170] print unicode string error in win8 cmd console

2012-03-02 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue14170] print unicode string error in win8 cmd console

2012-03-01 Thread Martin v . Löwis
Martin v. Löwis added the comment: What is the code page of your console (try: "chcp"). -- nosy: +loewis ___ Python tracker ___ ___ P

[issue14170] print unicode string error in win8 cmd console

2012-03-01 Thread nkxyz
Changes by nkxyz : -- title: print unicode string error in cmd console -> print unicode string error in win8 cmd console ___ Python tracker ___ _