avian2 / unidecode

ASCII transliterations of Unicode text - GitHub mirror
https://pypi.python.org/pypi/Unidecode
GNU General Public License v2.0
517 stars 62 forks source link

Replace use of deprecated optparse with argparse #38

Closed jdufresne closed 5 years ago

jdufresne commented 5 years ago

The Python project considers the optparse module as deprecated. See:

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

Deprecated since version 3.2: The optparse module is deprecated and will not be developed further; development will continue with the argparse module.

Replace the project's use with the newer argparse. The CLI is fully equivalent and should not result in any backwards comparability concerns.

https://docs.python.org/3/library/argparse.html