Skip to content

Commit c8e2021

Browse files
authored
bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-321)
(cherry picked from commit ed6795e)
1 parent 6e9e649 commit c8e2021

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/library/re.rst

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ module-level functions and :class:`RegexObject` methods. The functions are
3333
shortcuts that don't require you to compile a regex object first, but miss some
3434
fine-tuning parameters.
3535

36+
.. seealso::
37+
38+
The third-party `regex <https://pypi.python.org/pypi/regex/>`_ module,
39+
which has an API compatible with the standard library :mod:`re` module,
40+
but offers additional functionality and a more thorough Unicode support.
41+
3642

3743
.. _re-syntax:
3844

0 commit comments

Comments
 (0)