]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
dispatcher.__repr__() was unprepared to handle the address for a Unix
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 20 Apr 2001 19:04:55 +0000 (19:04 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 20 Apr 2001 19:04:55 +0000 (19:04 +0000)
commit12e73bb2f08db45fb92bf2aa57992424351be03d
tree0a09ef4d8e21adfb0579595d1bebea3fc5ffd76f
parent55ad67d74dea7e04c929319d3b92b4d9481c009c
dispatcher.__repr__() was unprepared to handle the address for a Unix
domain socket.  Fix that and make the error message for failures a
little more helpful by including the class name.
Lib/asyncore.py