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 eryksun
Recipients Drekin, eryksun, ezio.melotti, paul.moore, python-dev, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2016-10-13.23:04:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476399847.37.0.470889592901.issue28333@psf.upfronthosting.co.za>
In-reply-to
Content
MultibyteToWideChar includes the trailing NUL when it gets the string length, so the WriteConsoleW call needs to use (wlen - 1).
History
Date User Action Args
2016-10-13 23:04:07eryksunsetrecipients: + eryksun, terry.reedy, paul.moore, vstinner, tim.golden, ezio.melotti, python-dev, zach.ware, Drekin, steve.dower
2016-10-13 23:04:07eryksunsetmessageid: <1476399847.37.0.470889592901.issue28333@psf.upfronthosting.co.za>
2016-10-13 23:04:07eryksunlinkissue28333 messages
2016-10-13 23:04:07eryksuncreate