chaudum / rgain3

A Python 3 compatible fork of rgain -- ReplayGain tools and Python library
GNU General Public License v2.0
51 stars 10 forks source link

Replace usage of the deprecated `optparse` library with `argparse` #42

Closed chaudum closed 3 years ago

chaudum commented 3 years ago

optparse is deprecated since Python 3.2

The optparse module is deprecated and will not be developed further; development will continue with the argparse module.

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