[docs] [issue22594] Add a link to the regex module in re documentation
Ma Lin
report at bugs.python.org
Wed Feb 8 21:52:36 EST 2017
Ma Lin added the comment:
How about this? Is it too long?
@Matthew Barnett, I'm animalize on your repository.
.. seealso::
Third-party module `regex <https://pypi.python.org/pypi/regex>`_,
is a substitute for re module, it offers some mainstream features
which re module lacks (Atomic grouping, Possessive quantifiers,
Variable-length lookbehind, Recursive matching). It also has further
Unicode support, some advanced grammars appears in other regular
expression engines, and many facilitations.
----------
nosy: +Ma Lin
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22594>
_______________________________________
More information about the docs
mailing list