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.06:33:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506666787.24.0.213398074469.issue31285@psf.upfronthosting.co.za>
In-reply-to
Content
What if get_source() returned a unicode string? Usually it returns 8-bit string, but in many cases unicode is accepted if str is expected, so you need to check this option too.
History
Date User Action Args
2017-09-29 06:33:07serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow, Oren Milman
2017-09-29 06:33:07serhiy.storchakasetmessageid: <1506666787.24.0.213398074469.issue31285@psf.upfronthosting.co.za>
2017-09-29 06:33:07serhiy.storchakalinkissue31285 messages
2017-09-29 06:33:07serhiy.storchakacreate