From: Georg Brandl Date: Tue, 31 Mar 2009 15:43:20 +0000 (+0000) Subject: #5519: remove reference to Kodos, which seems dead. X-Git-Tag: v2.7a1~1709 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=382edff28985d183e67bbe5bf93a5548f12a2fea;p=python #5519: remove reference to Kodos, which seems dead. --- diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 7131a6ff94..a802281ebc 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -8,12 +8,9 @@ .. sectionauthor:: Andrew M. Kuchling - - This module provides regular expression matching operations similar to those found in Perl. Both patterns and strings to be searched can be -Unicode strings as well as 8-bit strings. The :mod:`re` module is -always available. +Unicode strings as well as 8-bit strings. Regular expressions use the backslash character (``'\'``) to indicate special forms or to allow special characters to be used without invoking @@ -43,9 +40,6 @@ fine-tuning parameters. second edition of the book no longer covers Python at all, but the first edition covered writing good regular expression patterns in great detail. - `Kodos `_ - is a graphical regular expression debugger written in Python. - .. _re-syntax: