Message 92854 - Python tracker (original) (raw)

Message92854

Author tzot
Recipients amaury.forgeotdarc, christian.heimes, ezio.melotti, mark, pitrou, tzot, vstinner
Date 2009-09-19.00:38:47
SpamBayes Score 0.0046559824
Marked as misclassified No
Message-id 1253320731.48.0.313425253817.issue1602@psf.upfronthosting.co.za
In-reply-to
Content
Another note: if one creates a dummy Stream object (having a softspace attribute and a write method that writes using os.write, as in http://stackoverflow.com/questions/878972/windows-cmd-encoding-change-causes-python-crash/1432462#1432462 ) to replace sys.stdout and sys.stderr, then writes occur correctly, without issues. Pre-requisites: chcp 65001, Lucida Console font and cp65001 as an alias for UTF-8 in encodings/aliases.py This is Python 2.5.4 on Windows.
History
Date User Action Args
2009-09-19 00:38:51 tzot set recipients: + tzot, amaury.forgeotdarc, pitrou, vstinner, christian.heimes, mark, ezio.melotti
2009-09-19 00:38:51 tzot set messageid: 1253320731.48.0.313425253817.issue1602@psf.upfronthosting.co.za
2009-09-19 00:38:48 tzot link issue1602 messages
2009-09-19 00:38:48 tzot create