STINNER Victor added the comment: Xavier de Gaye added the comment: > when self.server_address is a string and contains a null byte, then > getsockname() returns a bytes object.
Ah? It sounds strange to me that the type of getsockname() depends on the NULL byte. I would also expect a Unicode name for the abstract namespace. What do you think? ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue26803> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
