New submission from Martin Panter:

This patch adds BaseServer to __all__. It also adds a test case that should 
automatically fail if someone defines a new function or class in the 
“socketserver” module and does not update __all__.

----------
components: Library (Lib)
files: socketserver-all.patch
keywords: patch
messages: 235102
nosy: vadmium
priority: normal
severity: normal
status: open
title: BaseServer missing from socketserver.__all__
type: behavior
versions: Python 3.5
Added file: http://bugs.python.org/file37938/socketserver-all.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23358>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to