Skip to content

Commit 21c697f

Browse files
authored
bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-317)
(cherry picked from commit ed6795e)
1 parent 63ed9bc commit 21c697f

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

45+
.. seealso::
46+
47+
The third-party `regex <https://pypi.python.org/pypi/regex/>`_ module,
48+
which has an API compatible with the standard library :mod:`re` module,
49+
but offers additional functionality and a more thorough Unicode support.
50+
4551

4652
.. _re-syntax:
4753

0 commit comments

Comments
 (0)