bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-321)

(cherry picked from commit ed6795e46f)
This commit is contained in:
Mariatta 2017-02-26 08:56:21 -08:00 committed by GitHub
parent 6e9e6496ef
commit c8e20218d7
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@ module-level functions and :class:`RegexObject` methods. The functions are
shortcuts that don't require you to compile a regex object first, but miss some shortcuts that don't require you to compile a regex object first, but miss some
fine-tuning parameters. fine-tuning parameters.
.. seealso::
The third-party `regex <https://pypi.python.org/pypi/regex/>`_ module,
which has an API compatible with the standard library :mod:`re` module,
but offers additional functionality and a more thorough Unicode support.
.. _re-syntax: .. _re-syntax: