Kaydet (Commit) c8e20218 authored tarafından Mariatta's avatar Mariatta Kaydeden (comit) GitHub

bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-321)

(cherry picked from commit ed6795e4)
üst 6e9e6496
......@@ -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
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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment