From: A.M. K. <aku...@us...> - 2002-11-26 16:02:19
|
Update of /cvsroot/py-howto/pyhowto In directory sc8-pr-cvs1:/tmp/cvs-serv21096 Modified Files: advocacy.tex curses.tex regex.tex rexec.tex sockets.tex sorting.tex Log Message: Point link to python.org redirect Index: advocacy.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/advocacy.tex,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** advocacy.tex 22 Jul 2002 12:22:10 -0000 1.9 --- advocacy.tex 26 Nov 2002 16:02:15 -0000 1.10 *************** *** 20,26 **** try to use Python. ! This document is available in several formats, including PostScript, ! PDF, HTML and plain ASCII, from the Python HOWTO page at ! \url{http://py-howto.sf.net/}. \end{abstract} --- 20,25 ---- try to use Python. ! This document is available from the Python HOWTO page at ! \url{http://www.python.org/doc/howto}. \end{abstract} Index: curses.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/curses.tex,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** curses.tex 18 Nov 2002 14:19:09 -0000 1.19 --- curses.tex 26 Nov 2002 16:02:15 -0000 1.20 *************** *** 15,18 **** --- 15,21 ---- This document describes how to write text-mode programs with Python 2.x, using the \module{curses} extension module to control the display. + + This document is available from the Python HOWTO page at + \url{http://www.python.org/doc/howto}. \end{abstract} Index: regex.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/regex.tex,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** regex.tex 22 Jul 2002 12:16:21 -0000 1.11 --- regex.tex 26 Nov 2002 16:02:15 -0000 1.12 *************** *** 23,29 **** introduction than the corresponding section in the Library Reference. ! This document is available in several formats, including PostScript, ! PDF, HTML and plain ASCII, from the Python HOWTO page at ! \url{http://py-howto.sf.net/}. \end{abstract} --- 23,28 ---- introduction than the corresponding section in the Library Reference. ! This document is available from the Python HOWTO page at ! \url{http://www.python.org/doc/howto}. \end{abstract} Index: rexec.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/rexec.tex,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** rexec.tex 22 Jul 2002 12:16:21 -0000 1.10 --- rexec.tex 26 Nov 2002 16:02:15 -0000 1.11 *************** *** 21,27 **** Python Library Reference. ! This document is available in several formats, including PostScript, ! PDF, HTML and plain ASCII, from the Python HOWTO page at ! \url{http://py-howto.sf.net/}. \end{abstract} --- 21,26 ---- Python Library Reference. ! This document is available from the Python HOWTO page at ! \url{http://www.python.org/doc/howto}. \end{abstract} Index: sockets.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/sockets.tex,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** sockets.tex 22 Jul 2002 12:13:36 -0000 1.4 --- sockets.tex 26 Nov 2002 16:02:16 -0000 1.5 *************** *** 20,26 **** begin using them decently. ! This document is available in several formats, including PostScript, ! PDF, HTML and plain ASCII, from the Python HOWTO page at ! \url{http://py-howto.sf.net/}. \end{abstract} --- 20,25 ---- begin using them decently. ! This document is available from the Python HOWTO page at ! \url{http://www.python.org/doc/howto}. \end{abstract} Index: sorting.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/sorting.tex,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** sorting.tex 22 Jul 2002 12:16:21 -0000 1.5 --- sorting.tex 26 Nov 2002 16:02:16 -0000 1.6 *************** *** 19,25 **** \method{sort()} method. ! This document is available in several formats, including PostScript, ! PDF, HTML and plain ASCII, from the Python HOWTO page at ! \url{http://py-howto.sf.net/}. \end{abstract} --- 19,24 ---- \method{sort()} method. ! This document is available from the Python HOWTO page at ! \url{http://www.python.org/doc/howto}. \end{abstract} |