[issue12815] Coverage of smtpd.py

2018-01-09 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: smtpd.py is deprecated so there's really almost zero chance we'll be doing any development on it. Please check out http://aiosmtpd.readthedocs.io/en/latest/ for a third party replacement (maybe pulled into the stdlib for 3.8?) -- resolution: -> w

[issue12815] Coverage of smtpd.py

2017-06-07 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue12815] Coverage of smtpd.py

2017-06-07 Thread Milan Oberkirch
Changes by Milan Oberkirch : -- nosy: -zvyn ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue12815] Coverage of smtpd.py

2014-07-08 Thread Milan Oberkirch
Changes by Milan Oberkirch : -- nosy: +zvyn ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue12815] Coverage of smtpd.py

2014-06-27 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue12815] Coverage of smtpd.py

2014-06-26 Thread Mark Lawrence
Mark Lawrence added the comment: There are comments on rietvield but I'm not sure whether or not they've been picked up. In any case can somebody set the appropriate fields and give us a commit review please. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.3 ___

[issue12815] Coverage of smtpd.py

2011-09-03 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +barry, r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue12815] Coverage of smtpd.py

2011-08-28 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- components: +Library (Lib), Tests versions: +Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mai

[issue12815] Coverage of smtpd.py

2011-08-22 Thread Tennessee Leeuwenburg
New submission from Tennessee Leeuwenburg : Okay, I really don't know if I'm doing the right things to test meaningfully here. However, 100% coverage of the PureProxy class has been achieved. I also slightly changed smtpd.py in a way that I'm not confident is what people would want. I pushed o