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 vstinner
Recipients Guillaume Aldebert, eryksun, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-11-07.14:43:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510065782.62.0.213398074469.issue31966@psf.upfronthosting.co.za>
In-reply-to
Content
The _io__WindowsConsoleIO_write_impl() function should be fixed to not call MultiByteToWideChar() but use 0 if the input string is zero. Ok, it makes sense.

In that case, I agree to call it a simple issue ;-)
History
Date User Action Args
2017-11-07 14:43:02vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, serhiy.storchaka, eryksun, steve.dower, Guillaume Aldebert
2017-11-07 14:43:02vstinnersetmessageid: <1510065782.62.0.213398074469.issue31966@psf.upfronthosting.co.za>
2017-11-07 14:43:02vstinnerlinkissue31966 messages
2017-11-07 14:43:02vstinnercreate