Chiu-Hsiang Hsu added the comment:

I'm not quite sure we should put argument parsing back into the test() function 
or just fix docstring. It already expose port and bind through function 
arguments. It looks wierd to me to have function arguments & CLI arguments 
modifying the same variable in the same time. If we want to move argument 
parsing back, I think we should clean the function parameters. In this way, the 
docstring of test function still need some update, though. (we have much more 
CLI arguments now)

----------

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

Reply via email to