diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-12-16 20:57:35 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-17 17:30:29 +0700 |
commit | dce9da67524b07c479843a688f4b76eef18ba9da (patch) | |
tree | 90f4ff425ea8862d991bd8bef242cb488005b2ad /python/regex/README | |
parent | b2e985d3bd0a74e262f3e9319585ae082bc147e4 (diff) |
python/regex: Remove regex (renamed python2-regex)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/regex/README')
-rw-r--r-- | python/regex/README | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python/regex/README b/python/regex/README deleted file mode 100644 index 23587dbb8b4ed..0000000000000 --- 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'. |