This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jdg
Recipients docs@python, jdg
Date 2014-06-07.23:25:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402183503.23.0.87974807547.issue21690@psf.upfronthosting.co.za>
In-reply-to
Content
In re.rst, the re.compile documentation says:

   Compile a regular expression pattern into a regular expression object, which
   can be used for matching using its :func:`match` and :func:`search` methods,
   described below.

This results in linking to the re.match and re.search module functions instead of the regex.match and regex.search object methods.  I'm not sure what the correct replacement syntax is, presumably something like :meth:`~regex.match` and :meth:`~regex.search`.
History
Date User Action Args
2014-06-07 23:25:03jdgsetrecipients: + jdg, docs@python
2014-06-07 23:25:03jdgsetmessageid: <1402183503.23.0.87974807547.issue21690@psf.upfronthosting.co.za>
2014-06-07 23:25:03jdglinkissue21690 messages
2014-06-07 23:25:03jdgcreate