[issue5824] SocketServer.DatagramRequestHandler Broken under Linux
Feb. 19, 2016
2:50 a.m.
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@bugs.python.org> <http://bugs.python.org/issue5824> _______________________________________
3256
Age (days ago)
3256
Last active (days ago)
0 comments
1 participants
participants (1)
-
Martin Panter