summaryrefslogtreecommitdiffstats
path: root/python/regex/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-10-04 22:25:09 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-04 22:25:09 +0700
commit40025748b7909c62bfcf0da4a44adb64386e52d3 (patch)
tree1221cef4bc8c2ffacb6a6b77ee8d57b2eafc5329 /python/regex/README
parent2bab1ab9344a9423e47433070375bd7104e80e67 (diff)
downloadslackbuilds-40025748b7909c62bfcf0da4a44adb64386e52d3.tar.gz
slackbuilds-40025748b7909c62bfcf0da4a44adb64386e52d3.tar.xz
python/regex: Added (Python regex implementation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/regex/README')
-rw-r--r--python/regex/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/regex/README b/python/regex/README
new file mode 100644
index 0000000000..fff5c09957
--- /dev/null
+++ b/python/regex/README
@@ -0,0 +1,4 @@
+This new regex implementation is intended eventually to replace
+Python's current re module implementation.
+For testing and comparison with the current 're' module the new
+implementation is in the form of a module called 'regex'.