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 desbma
Recipients desbma, josh.r, martin.panter, r.david.murray
Date 2015-10-29.23:25:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446161128.54.0.375015233262.issue25156@psf.upfronthosting.co.za>
In-reply-to
Content
I played a bit with Unix domain sockets, and it appears you can not open them like a file with open().
So they do no work with the current implementation of shutil.copyfile anyway.
History
Date User Action Args
2015-10-29 23:25:28desbmasetrecipients: + desbma, r.david.murray, martin.panter, josh.r
2015-10-29 23:25:28desbmasetmessageid: <1446161128.54.0.375015233262.issue25156@psf.upfronthosting.co.za>
2015-10-29 23:25:28desbmalinkissue25156 messages
2015-10-29 23:25:28desbmacreate