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 Oren Milman
Recipients Oren Milman, brett.cannon, eric.snow, ncoghlan, serhiy.storchaka
Date 2017-09-29.05:41:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506663666.52.0.213398074469.issue31285@psf.upfronthosting.co.za>
In-reply-to
Content
Another thought - the existing code assumes that splitlines() returned a string.
So maybe we could just check that get_source() returned a string, and then call
the method str.splitlines() on it?
History
Date User Action Args
2017-09-29 05:41:06Oren Milmansetrecipients: + Oren Milman, brett.cannon, ncoghlan, eric.snow, serhiy.storchaka
2017-09-29 05:41:06Oren Milmansetmessageid: <1506663666.52.0.213398074469.issue31285@psf.upfronthosting.co.za>
2017-09-29 05:41:06Oren Milmanlinkissue31285 messages
2017-09-29 05:41:06Oren Milmancreate