diff options
author | Georg Brandl <georg@python.org> | 2008-05-09 06:36:07 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-09 06:36:07 (GMT) |
commit | 2e829cb7690c765f0de68fadfcc343535b8f609d (patch) | |
tree | 911c0c67ef0d9a43fcc16005d6fc3de5248c62cc | |
parent | 3ddaf2d64b8ee83f7ce545efe251df35f918fa5d (diff) | |
download | cpython-2e829cb7690c765f0de68fadfcc343535b8f609d.zip cpython-2e829cb7690c765f0de68fadfcc343535b8f609d.tar.gz cpython-2e829cb7690c765f0de68fadfcc343535b8f609d.tar.bz2 |
Add Kodos as a re reference.
-rw-r--r-- | Doc/library/re.rst | 3 |
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: |