commit | 2e829cb7690c765f0de68fadfcc343535b8f609d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri May 09 06:36:07 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Fri May 09 06:36:07 2008 +0000 |
tree | 911c0c67ef0d9a43fcc16005d6fc3de5248c62cc | |
parent | 3ddaf2d64b8ee83f7ce545efe251df35f918fa5d [diff] |
Add Kodos as a re reference.
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 @@ 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: