[issue26338] remove duplicate bind addresses in create_server

2016-03-02 Thread Yury Selivanov
Yury Selivanov added the comment: Committed. Thanks, Sebastien! -- resolution: -> fixed stage: -> resolved status: open -> closed type: -> behavior versions: +Python 3.6 ___ Python tracker __

[issue26338] remove duplicate bind addresses in create_server

2016-03-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset bbc8cb86f05e by Yury Selivanov in branch '3.5': asyncio: Remove duplicate bind addresses in create_server. https://hg.python.org/cpython/rev/bbc8cb86f05e New changeset bdf2807aa8c4 by Yury Selivanov in branch 'default': Merge 3.5 (issue #26338) http

[issue26338] remove duplicate bind addresses in create_server

2016-02-28 Thread Sebastien Bourdeauducq
Sebastien Bourdeauducq added the comment: Can someone have a quick look at this please? -- ___ Python tracker ___ ___ Python-bugs-list

[issue26338] remove duplicate bind addresses in create_server

2016-02-11 Thread Sebastien Bourdeauducq
New submission from Sebastien Bourdeauducq: https://github.com/python/asyncio/issues/315 New patch attached. -- components: asyncio files: asyncio_norebind.diff keywords: patch messages: 260108 nosy: gvanrossum, haypo, sebastien.bourdeauducq, yselivanov priority: normal severity: normal