﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19973	Management commands migration to argparse	José Luis Patiño Andrés	José Luis Patiño Andrés	"The class `BaseCommand`, from which developers subclass their own management commands, is using the [http://docs.python.org/2/library/optparse.html `optparse`] module, which is actually deprecated.

If there are no important reasons to remain using the deprecated module, perhaps would be a good idea to port the `BaseCommand` code to the new module [http://docs.python.org/dev/library/argparse.html `argparse`], which will be used in Python 3."	Cleanup/optimization	closed	Core (Management commands)	dev	Normal	fixed	optparse, argparse, basecommand	hans@…	Ready for checkin	1	0	0	0	0	0
