From 2e829cb7690c765f0de68fadfcc343535b8f609d Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 9 May 2008 06:36:07 +0000 Subject: [PATCH] Add Kodos as a re reference. --- Doc/library/re.rst | 3 +++ 1 file changed, 3 insertions(+) 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: -- 2.50.0