Message215536
_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(). |
|
| Date |
User |
Action |
Args |
| 2014-04-04 16:57:31 | vstinner | set | recipients:
+ vstinner, gvanrossum, yselivanov |
| 2014-04-04 16:57:31 | vstinner | set | messageid: <1396630651.69.0.156271009949.issue21155@psf.upfronthosting.co.za> |
| 2014-04-04 16:57:31 | vstinner | link | issue21155 messages |
| 2014-04-04 16:57:31 | vstinner | create | |
|