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, 0 insertions, 4 deletions
diff --git a/python/regex/README b/python/regex/README
deleted file mode 100644
index 23587dbb8b..0000000000
--- a/python/regex/README
+++ /dev/null
@@ -1,4 +0,0 @@
-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'.