slackbuilds/python/python-cmdln
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README python/*: Moved a lot of Python stuff here 2011-03-20 12:33:01 -05:00
python-cmdln.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
python-cmdln.info Several: Change my email to @SBo in all maintained scripts 2012-08-27 22:44:52 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

cmdln.py fixes some of the design flaws in cmd.py and takes advantage
of new Python stdlib modules (e.g. optparse) so that it is more useful
(and convenient) for implementing command-line scripts/shells.