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

(cherry picked from commit ed6795e46f)
This commit is contained in:
Mariatta 2017-02-26 07:44:36 -08:00 committed by GitHub
parent 63ed9bc94d
commit 21c697fd10

View file

@ -42,6 +42,12 @@ module-level functions and methods on
that don't require you to compile a regex object first, but miss some
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: