Message221928
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)) |
|
Date |
User |
Action |
Args |
2014-06-30 01:01:11 | belopolsky | set | recipients:
+ belopolsky, terry.reedy, vstinner |
2014-06-30 01:01:11 | belopolsky | set | messageid: <1404090071.06.0.296143905302.issue10342@psf.upfronthosting.co.za> |
2014-06-30 01:01:10 | belopolsky | link | issue10342 messages |
2014-06-30 01:01:10 | belopolsky | create | |
|