Message155860
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? |
|
| 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: <[email protected]> |
| 2012-03-15 05:43:07 | r.david.murray | link | issue11959 messages |
| 2012-03-15 05:43:07 | r.david.murray | create | |
|