diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-29 04:56:25 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-03 07:48:41 +0700 |
commit | 2ba32921795ac40477b6b3209abac14d61c9c243 (patch) | |
tree | 336b1ded4895f349a10c0de394ec25efac36fec3 /python/regex/README | |
parent | deed32282f86336585d1aa378adf2576ae1b7c28 (diff) |
python/regex: Updated for version 2016.08.27.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/regex/README')
-rw-r--r-- | python/regex/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/regex/README b/python/regex/README index fff5c099579b5..23587dbb8b4ed 100644 --- a/python/regex/README +++ b/python/regex/README @@ -1,4 +1,4 @@ -This new regex implementation is intended eventually to replace +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'. |