summaryrefslogtreecommitdiffstats
path: root/python/python3-regex/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-regex/README')
-rw-r--r--python/python3-regex/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-regex/README b/python/python3-regex/README
new file mode 100644
index 0000000000..bbfd73a0b5
--- /dev/null
+++ b/python/python3-regex/README
@@ -0,0 +1,6 @@
+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'.
+
+This is the Python 3 version of regex.