namecoin / nmcontrol

Namecoin Control. This repo is deprecated in favor of https://github.com/namecoin/ncdns
136 stars 38 forks source link

Stop using optparse #74

Open JeremyRand opened 9 years ago

JeremyRand commented 9 years ago

NMControl uses optparse, which has been deprecated since Python 2.7. We should rebase on an API that isn't deprecated.

https://docs.python.org/2/library/optparse.html

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/14359717-stop-using-optparse?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github).