Message207105
| Author | cool-RR |
|---|---|
| Recipients | cool-RR |
| Date | 2013-12-30.20:26:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1388435202.0.0.988564041108.issue20097@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There's a bad usage of `self` here:
http://hg.python.org/cpython/file/fd846837492d/Lib/importlib/_bootstrap.py#l1431
`self` isn't defined because it's a class method. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-12-30 20:26:42 | cool-RR | set | recipients: + cool-RR |
| 2013-12-30 20:26:42 | cool-RR | set | messageid: <1388435202.0.0.988564041108.issue20097@psf.upfronthosting.co.za> |
| 2013-12-30 20:26:41 | cool-RR | link | issue20097 messages |
| 2013-12-30 20:26:41 | cool-RR | create | |