[issue27110] smtpd.__all__ list is incomplete

2016-06-05 Thread Martin Panter
Changes by Martin Panter : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue27110] smtpd.__all__ list is incomplete

2016-06-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset bcc0c3fd4a40 by Martin Panter in branch 'default': Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej https://hg.python.org/cpython/rev/bcc0c3fd4a40 -- nosy: +python-dev ___ Python

[issue27110] smtpd.__all__ list is incomplete

2016-05-25 Thread R. David Murray
R. David Murray added the comment: Yeah, good point. Leave it alone. -- ___ Python tracker ___ ___

[issue27110] smtpd.__all__ list is incomplete

2016-05-25 Thread Martin Panter
Martin Panter added the comment: MailmanProxy is already included in __all__. Is there any advantage of removing it? Normally things are left in __all__ even when they actually get deprecated, as far as I understand. The patch looks sensible to me (though I am not very familiar with the

[issue27110] smtpd.__all__ list is incomplete

2016-05-24 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: On May 24, 2016, at 08:48 PM, R. David Murray wrote: >Maybe we should blacklist MailmanProxy? I think we are planning to deprecate >it but just haven't yet done the work. Looks fine otherwise. It's probably not used much TBH. aiosmtpd has a generic Proxy

[issue27110] smtpd.__all__ list is incomplete

2016-05-24 Thread Jacek Kołodziej
Changes by Jacek Kołodziej : Removed file: http://bugs.python.org/file42972/smtpd_all.patch ___ Python tracker ___

[issue27110] smtpd.__all__ list is incomplete

2016-05-24 Thread Jacek Kołodziej
Changes by Jacek Kołodziej : Added file: http://bugs.python.org/file42977/smtpd_all.patch ___ Python tracker ___

[issue27110] smtpd.__all__ list is incomplete

2016-05-24 Thread R. David Murray
R. David Murray added the comment: Maybe we should blacklist MailmanProxy? I think we are planning to deprecate it but just haven't yet done the work. Looks fine otherwise. -- components: +email nosy: +barry, r.david.murray ___ Python tracker

[issue27110] smtpd.__all__ list is incomplete

2016-05-24 Thread Jacek Kołodziej
New submission from Jacek Kołodziej: That's a child issue of #23883, created to propose a patch fixing smtpd module's __all__ list. -- components: Library (Lib) files: smtpd_all.patch keywords: patch messages: 266270 nosy: Unit03 priority: normal severity: normal status: open title: