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 belopolsky
Recipients belopolsky, terry.reedy, vstinner
Date 2014-06-30.01:01:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404090071.06.0.296143905302.issue10342@psf.upfronthosting.co.za>
In-reply-to
Content
I updated the patch for 3.5.

[Brett]
> I don't quite see the point of the get_source call as it isn't returned or used.

It *is* used: it is passed to _find_strings_stream:

+        source = loader.get_source(modulename)
+        strs = _find_strings_stream(io.StringIO(source))
History
Date User Action Args
2014-06-30 01:01:11belopolskysetrecipients: + belopolsky, terry.reedy, vstinner
2014-06-30 01:01:11belopolskysetmessageid: <1404090071.06.0.296143905302.issue10342@psf.upfronthosting.co.za>
2014-06-30 01:01:10belopolskylinkissue10342 messages
2014-06-30 01:01:10belopolskycreate