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 vstinner
Recipients gvanrossum, vstinner, yselivanov
Date 2014-04-04.16:57:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396630651.69.0.156271009949.issue21155@psf.upfronthosting.co.za>
In-reply-to
Content
_UnixSelectorEventLoop.create_unix_server() can be called with path *and* sock. In this case, the sock parameter is ignored.

Attached patch changes the method to raise a ValueError, to have the same behaviour than create_connection().
History
Date User Action Args
2014-04-04 16:57:31vstinnersetrecipients: + vstinner, gvanrossum, yselivanov
2014-04-04 16:57:31vstinnersetmessageid: <1396630651.69.0.156271009949.issue21155@psf.upfronthosting.co.za>
2014-04-04 16:57:31vstinnerlinkissue21155 messages
2014-04-04 16:57:31vstinnercreate