diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-11-17 23:33:11 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 10:08:10 +0700 |
commit | 8d3cf801a31e967ec4b5cb7a182781e23508086b (patch) | |
tree | 3474601beeb0dc6f100ec1bd8ee3e9979a48be6e /python/python3-regex/README | |
parent | 7a717d9634c51d4e71033f2dcc8502755796e11c (diff) |
python/python3-regex: Added (Python regex implementation)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-regex/README')
-rw-r--r-- | python/python3-regex/README | 6 |
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. |