diff options
Diffstat (limited to 'python/python2-regex/README')
-rw-r--r-- | python/python2-regex/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python2-regex/README b/python/python2-regex/README new file mode 100644 index 0000000000..72381a5673 --- /dev/null +++ b/python/python2-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 2 version of regex. |