Code review comment for lp:~pfalcon/linaro-android-build-tools/getpass

Revision history for this message
Paul Sokolovsky (pfalcon) wrote :

> is deprecated and will not be developed further, so should we use
the argparse instead ?

Well, this change is about adding features to support running on ci.linaro.org, not about randomly changing libraries used to parse options. If that's to be done, that should be separate changes. And yes, I shared IMHO about optparse vs argparse in recent maillist discussion - we better stay with well-known and widely used module in Python community (optparse).The fact that optparse is no longer developed is actually very good - there won't be any bugs or incompatible changes introduced, and argparse is by definition incompatible change not supported by many versions of Python.

« Back to merge proposal