[docs] [issue5824] SocketServer.DatagramRequestHandler Broken under Linux

Martin Panter report at bugs.python.org
Thu Feb 18 21:50:25 EST 2016


Martin Panter added the comment:

Here is a patch to enable the Unix domain DatagramRequestHandler tests, and bind the client to a socket name. Tests pass for me on Linux :)

The Python 2 version will need to have lowercase socketserver changed case to camel-case SocketServer.

----------
components: +Tests -Documentation
keywords: +patch
stage: needs patch -> patch review
versions: +Python 3.5, Python 3.6 -Python 3.1, Python 3.2
Added file: http://bugs.python.org/file41964/bind-unix.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5824>
_______________________________________


More information about the docs mailing list