summaryrefslogtreecommitdiffstats
path: root/python/pyparsing/README
diff options
context:
space:
mode:
author Matteo Bernardini2018-07-18 17:28:12 +0200
committer Matteo Bernardini2018-07-18 17:28:12 +0200
commit3eb693602be9a059bfa02fee66fb2d04894e58c1 (patch)
tree0cbd5eb85e6a2182f25850fa5bab9c852b256eb3 /python/pyparsing/README
parent296ae062cf9db17716afa30ab06ad00f1d768fb9 (diff)
downloadslackbuilds-3eb693602be9a059bfa02fee66fb2d04894e58c1.tar.gz
20180718.1 global branch merge.current-20180718.1
Happy 25th anniversary, Slackware! Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/pyparsing/README')
-rw-r--r--python/pyparsing/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/pyparsing/README b/python/pyparsing/README
deleted file mode 100644
index ac29972273..0000000000
--- a/python/pyparsing/README
+++ /dev/null
@@ -1,5 +0,0 @@
-The pyparsing module is an alternative approach to creating and
-executing simple grammars, vs. the traditional lex/yacc
-approach, or the use of regular expressions. The pyparsing
-module provides a library of classes that client code uses to
-construct the grammar directly in Python code.