From: Marco Buttu Date: Sun, 26 Feb 2017 15:26:23 +0000 (+0100) Subject: bpo-22594: Add a link to the regex module in re documentation (GH-241) X-Git-Tag: v3.7.0a1~1272 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed6795e46f7653e23b862efad240a93453e7df97;p=python bpo-22594: Add a link to the regex module in re documentation (GH-241) --- diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 6e9343a1b5..323854a299 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -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 `_ 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: