bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.45k stars 1.46k forks source link

use argparse #491

Open xmonader opened 11 years ago

xmonader commented 11 years ago

as optparse is deprecated, shouldn't bottle move to use the new standard argparse ?

defnull commented 11 years ago

On 04/22/2013 10:58 PM, xmonader wrote:

as optparse is deprecated, shouldn't bottle move to use the new standard argparse ?

Argparse is not in the 2.5 standard library. The only backwards compatible option would be to support both.

mimi1vx commented 10 years ago

or drop old python versions ...