summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-09 06:36:07 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-09 06:36:07 (GMT)
commit2e829cb7690c765f0de68fadfcc343535b8f609d (patch)
tree911c0c67ef0d9a43fcc16005d6fc3de5248c62cc /Doc
parent3ddaf2d64b8ee83f7ce545efe251df35f918fa5d (diff)
downloadcpython-2e829cb7690c765f0de68fadfcc343535b8f609d.zip
cpython-2e829cb7690c765f0de68fadfcc343535b8f609d.tar.gz
cpython-2e829cb7690c765f0de68fadfcc343535b8f609d.tar.bz2
Add Kodos as a re reference.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/re.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/re.rst b/Doc/library/re.rst
index 2fb93ac..270e551 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 <http://kodos.sf.net/>`_
+ is a graphical regular expression debugger written in Python.
+
.. _re-syntax: