Message221928
| 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: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 | |