[Python-checkins] r52630 - python/trunk/Doc/howto/regex.tex

andrew.kuchling python-checkins at python.org
Sun Nov 5 22:04:37 CET 2006


Author: andrew.kuchling
Date: Sun Nov  5 22:04:37 2006
New Revision: 52630

Modified:
   python/trunk/Doc/howto/regex.tex
Log:
Update link

Modified: python/trunk/Doc/howto/regex.tex
==============================================================================
--- python/trunk/Doc/howto/regex.tex	(original)
+++ python/trunk/Doc/howto/regex.tex	Sun Nov  5 22:04:37 2006
@@ -367,7 +367,7 @@
 strings, and displays whether the RE matches or fails.
 \file{redemo.py} can be quite useful when trying to debug a
 complicated RE.  Phil Schwartz's
-\ulink{Kodos}{http://kodos.sourceforge.net} is also an interactive
+\ulink{Kodos}{http://www.phil-schwartz.com/kodos.spy} is also an interactive
 tool for developing and testing RE patterns.  This HOWTO will use the
 standard Python interpreter for its examples.
 


More information about the Python-checkins mailing list