diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-10-04 22:25:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-04 22:25:09 +0700 |
commit | 40025748b7909c62bfcf0da4a44adb64386e52d3 (patch) | |
tree | 1221cef4bc8c2ffacb6a6b77ee8d57b2eafc5329 /python/regex/README | |
parent | 2bab1ab9344a9423e47433070375bd7104e80e67 (diff) |
python/regex: Added (Python regex implementation).
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, 4 insertions, 0 deletions
diff --git a/python/regex/README b/python/regex/README new file mode 100644 index 000000000000..fff5c099579b --- /dev/null +++ b/python/regex/README @@ -0,0 +1,4 @@ +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'. |