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 marco.buttu
Recipients anupama.srinivas.murthy, brett.cannon, docs@python, ezio.melotti, georg.brandl, marco.buttu, mrabarnett, pitrou, serhiy.storchaka, tshepang
Date 2017-02-07.08:40:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486456804.08.0.201030004789.issue22594@psf.upfronthosting.co.za>
In-reply-to
Content
IMHO the reference proposed in the patch is too verbose. Adding details like what is supported and how to use some features I think is out of the scope of the reference. Moreover, if the regex module changes the features we are reporting in the reference, we'll have an outdated reference.

In addition, as Brett Cannon pointed out in msg287159, the preferred way to mention a 3rd-party library should be by adding the reference at the top of the page, as in Doc/library/urllib.request.rst:19.

I propose to just add a more concise reference, at the beginning of the page, like the following:

.. seealso:: `regex <https://pypi.python.org/pypi/regex/>`_,
   a third-party alternative regular expression module.
History
Date User Action Args
2017-02-07 08:40:04marco.buttusetrecipients: + marco.buttu, brett.cannon, georg.brandl, pitrou, ezio.melotti, mrabarnett, docs@python, tshepang, serhiy.storchaka, anupama.srinivas.murthy
2017-02-07 08:40:04marco.buttusetmessageid: <1486456804.08.0.201030004789.issue22594@psf.upfronthosting.co.za>
2017-02-07 08:40:04marco.buttulinkissue22594 messages
2017-02-07 08:40:03marco.buttucreate