]> granicus.if.org Git - python/commitdiff
bpo-22594: Add a link to the regex module in re documentation (GH-241)
authorMarco Buttu <marco.buttu@gmail.com>
Sun, 26 Feb 2017 15:26:23 +0000 (16:26 +0100)
committerMariatta <Mariatta@users.noreply.github.com>
Sun, 26 Feb 2017 15:26:23 +0000 (07:26 -0800)
Doc/library/re.rst

index 6e9343a1b58dcee08f5042f5fd372c357c196856..323854a2995ede72d2a3593f321602ad37b92c79 100644 (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: