From: Georg Brandl Date: Fri, 9 May 2008 06:36:07 +0000 (+0000) Subject: Add Kodos as a re reference. X-Git-Tag: v2.6b1~558 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e829cb7690c765f0de68fadfcc343535b8f609d;p=python Add Kodos as a re reference. --- diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 2fb93ac5eb..270e551282 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -43,6 +43,9 @@ 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: