[issue24395] webbrowser.py update to use argparse.py

Berker Peksag report at bugs.python.org
Sat Jun 6 17:37:58 CEST 2015


Berker Peksag added the comment:

Thanks!

A few comments:

* New features like this can only go into Python 3.6 (the "default" branch)
* The CLI is partially tested (see Lib/test/test_webbrowser.py). You'll need to add additional tests (e.g. add tests for the -t and -h options)
* It would be nice if you could send your changes in a patch format. Please see https://docs.python.org/devguide/patch.html for more information

----------
nosy: +berker.peksag
stage:  -> needs patch
versions: +Python 3.6 -Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24395>
_______________________________________


More information about the Python-bugs-list mailing list