Mercurial > getan
diff TODO @ 463:24ccca2442b1
optparse to argparse Migration for scripts/getan-eval.py.
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Mon, 30 Apr 2018 12:13:35 +0200 |
parents | 52398469cacc |
children | 050ffdec60d9 |
line wrap: on
line diff
--- a/TODO Wed Mar 21 10:04:31 2018 +0100 +++ b/TODO Mon Apr 30 12:13:35 2018 +0200 @@ -67,15 +67,9 @@ This is a larger drawback after moving all entries somewhere, it is unclear which task's entries are shown now. -20180104 BER (minor) Display licensing information with --version and - usage. Implementation idea: change this when moving away from optparse. - 20170709 BER: Give scripts/getan-eval.py a more specific name and add it as a script to be installed. -20170529 BER: Python compatibility: switch from deprecated optparse module - to argparse. Affects getan/main.py and scripts/getan-eval.py. - 20170504 BER: Some multi-user installations do not want a logfile by default. We could solve this requirement by making it configurable.