New submission from Ken Bassford <kenbassf...@verizon.net>:

Found that when using the following function ...

"asyncio.start_server(self.processCmd, serverhost, serverport, loop=self.loop)"

If 'serverhost' is formatted as a ipaddress.IPv4Address() it will cause a very 
messy failure.

Formatting 'serverhost' as a string eliminates the problem, though I suspect 
that asyncio developers would/should accept IPv4/IPv6 objects, in addition to 
strings, as the host parameter.

----------
components: asyncio
messages: 327984
nosy: asvetlov, bassford, yselivanov
priority: normal
severity: normal
status: open
title: Minor Bug found in asyncio - Python 3.5.3
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35019>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to