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 serhiy.storchaka
Recipients Oren Milman, brett.cannon, eric.snow, ncoghlan, serhiy.storchaka
Date 2017-09-29.07:59:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5094838.8ySHqLcRlj@saraksh>
In-reply-to <1506671325.49.0.213398074469.issue31285@psf.upfronthosting.co.za>
Content
I didn't check. I supposed that the other code can support unicode by 
implicitly converting it to str. But now I see that show_warning() uses 
PyString_AS_STRING() and therefore supports only str. I agree, using 
str.splitlines() would be correct solution.
History
Date User Action Args
2017-09-29 07:59:55serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow, Oren Milman
2017-09-29 07:59:55serhiy.storchakalinkissue31285 messages
2017-09-29 07:59:55serhiy.storchakacreate