[New-bugs-announce] [issue23358] BaseServer missing from socketserver.__all__

Martin Panter report at bugs.python.org
Sat Jan 31 12:42:02 CET 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue23358>
_______________________________________


More information about the New-bugs-announce mailing list