[Python-checkins] cpython (3.5): Issue #27378: Remove an outdated reference from regex HOWTO
berker.peksag
python-checkins at python.org
Fri Jun 24 01:53:48 EDT 2016
https://hg.python.org/cpython/rev/23182404a85c
changeset: 102147:23182404a85c
branch: 3.5
parent: 102145:4be806b230ef
user: Berker Peksag <berker.peksag at gmail.com>
date: Fri Jun 24 08:54:43 2016 +0300
summary:
Issue #27378: Remove an outdated reference from regex HOWTO
Patch by Matt Morrison.
files:
Doc/howto/regex.rst | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/Doc/howto/regex.rst b/Doc/howto/regex.rst
--- a/Doc/howto/regex.rst
+++ b/Doc/howto/regex.rst
@@ -374,9 +374,7 @@
:source:`Tools/demo/redemo.py`, a demonstration program included with the
Python distribution. It allows you to enter REs and strings, and displays
whether the RE matches or fails. :file:`redemo.py` can be quite useful when
-trying to debug a complicated RE. Phil Schwartz's `Kodos
-<http://kodos.sourceforge.net/>`_ is also an interactive tool for developing and
-testing RE patterns.
+trying to debug a complicated RE.
This HOWTO uses the standard Python interpreter for its examples. First, run the
Python interpreter, import the :mod:`re` module, and compile a RE::
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list