Message133924
| Author | vinay.sajip |
|---|---|
| Recipients | Arfrever, benjamin.peterson, brett.cannon, jaraco, vinay.sajip |
| Date | 2011-04-17.13:38:29 |
| SpamBayes Score | 0.02122263 |
| Marked as misclassified | No |
| Message-id | <1303047509.86.0.878764414846.issue11276@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Another example: when processing
if hasattr(httplib, 'ssl'):
pass
It doesn't spot that httplib should be changed to http.client. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-04-17 13:38:29 | vinay.sajip | set | recipients: + vinay.sajip, brett.cannon, jaraco, benjamin.peterson, Arfrever |
| 2011-04-17 13:38:29 | vinay.sajip | set | messageid: <1303047509.86.0.878764414846.issue11276@psf.upfronthosting.co.za> |
| 2011-04-17 13:38:29 | vinay.sajip | link | issue11276 messages |
| 2011-04-17 13:38:29 | vinay.sajip | create | |