diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 08:29:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 08:29:19 +0700 |
commit | 975c7de56f7615a7e852d58c9d34f0fa128209b1 (patch) | |
tree | 1fdd8f04ac5c99e42f2da9f46f45bf55b6134fe7 /python/python2-regex/README | |
parent | 10d82d9024100b7296ab4cb98130735acdbda794 (diff) |
python/python2-regex: Added (Python regex implementation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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. |