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:
parent
6e9e6496ef
commit
c8e20218d7
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue