summaryrefslogtreecommitdiffstats
path: root/python/regex/README
diff options
context:
space:
mode:
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'.