aboutsummaryrefslogtreecommitdiff
path: root/python/python-cmdln/README
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2021-05-02 22:12:36 -0500
committerRobby Workman <rworkman@slackbuilds.org>2021-05-02 22:12:36 -0500
commit3a3c7923661ce8000081082bf192d0d73f4c432a (patch)
tree783143dacc1b1bb96af29d9eb5f99381b30fc8ca /python/python-cmdln/README
parent92f61780f5fb3319d25342da34a183cc4cff78b2 (diff)
python/python-cmdln: Removed (abandoned upstream)
Diffstat (limited to 'python/python-cmdln/README')
-rw-r--r--python/python-cmdln/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/python-cmdln/README b/python/python-cmdln/README
deleted file mode 100644
index af5dcdcb71..0000000000
--- a/python/python-cmdln/README
+++ /dev/null
@@ -1,3 +0,0 @@
-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.