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 wdv4758h
Recipients martin.panter, wdv4758h
Date 2015-08-02.14:08:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438524505.48.0.535861436305.issue24774@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2015-08-02 14:08:25wdv4758hsetrecipients: + wdv4758h, martin.panter
2015-08-02 14:08:25wdv4758hsetmessageid: <1438524505.48.0.535861436305.issue24774@psf.upfronthosting.co.za>
2015-08-02 14:08:25wdv4758hlinkissue24774 messages
2015-08-02 14:08:25wdv4758hcreate