Message155860
| Author | r.david.murray |
|---|---|
| Recipients | giampaolo.rodola, r.david.murray, terry.reedy, vinay.sajip |
| Date | 2012-03-15.05:43:07 |
| SpamBayes Score | 7.79125e-05 |
| Marked as misclassified | No |
| Message-id | <1331790188.29.0.489523638708.issue11959@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The test failure in #14314 isn't a bug in my code, it is due to the fact that you copied the __init__ method of SMTPChannel in your logging tests, and the __init__ is changed by my patch. Clearly it would be good to resolve this issue one way or another. I notice that your logging test code doesn't override create_socket. Is that no longer needed? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-03-15 05:43:08 | r.david.murray | set | recipients: + r.david.murray, terry.reedy, vinay.sajip, giampaolo.rodola |
| 2012-03-15 05:43:08 | r.david.murray | set | messageid: <1331790188.29.0.489523638708.issue11959@psf.upfronthosting.co.za> |
| 2012-03-15 05:43:07 | r.david.murray | link | issue11959 messages |
| 2012-03-15 05:43:07 | r.david.murray | create | |