sigmavirus24 / Todo.txt-python

Python port of Gina Trapani's popular todo.txt-cli project
GNU General Public License v3.0
46 stars 17 forks source link

Replace use of optparse with argparse #5

Open metbril opened 9 years ago

metbril commented 9 years ago

Since optparse (new since 2.3) is deprecated since 2.7 consider rewriting the code for argparse (new in 2.7).

sigmavirus24 commented 9 years ago

This is unmaintained and at the moment still supports 2.6 which does not include argparse.