Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7577ad3

Browse files
committed
Issue #27378: Merge from 3.5
2 parents 606e5a6 + 79af27e commit 7577ad3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Doc/howto/regex.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,7 @@ module. If you have :mod:`tkinter` available, you may also want to look at
374374
:source:`Tools/demo/redemo.py`, a demonstration program included with the
375375
Python distribution. It allows you to enter REs and strings, and displays
376376
whether the RE matches or fails. :file:`redemo.py` can be quite useful when
377-
trying to debug a complicated RE. Phil Schwartz's `Kodos
378-
<http://kodos.sourceforge.net/>`_ is also an interactive tool for developing and
379-
testing RE patterns.
377+
trying to debug a complicated RE.
380378

381379
This HOWTO uses the standard Python interpreter for its examples. First, run the
382380
Python interpreter, import the :mod:`re` module, and compile a RE::

0 commit comments

Comments
 (0)