This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author soutys
Recipients soutys
Date 2015-11-03.11:23:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446549824.63.0.0904825992096.issue25541@psf.upfronthosting.co.za>
In-reply-to
Content
Errata - 1st paragraph should be:

The code that does not work (python3 example):
...
sock_path = b"/var/tmp/sock.tmp"
server.bind(b"\0" + sock_path)
...
and strace shows:
bind(3, {sa_family=AF_LOCAL, sun_path=@"/var/tmp/sock.tmp"...}, 20) = 0
History
Date User Action Args
2015-11-03 11:23:44soutyssetrecipients: + soutys
2015-11-03 11:23:44soutyssetmessageid: <1446549824.63.0.0904825992096.issue25541@psf.upfronthosting.co.za>
2015-11-03 11:23:44soutyslinkissue25541 messages
2015-11-03 11:23:44soutyscreate