From: A.M. K. <aku...@us...> - 2001-11-05 21:25:45
|
Update of /cvsroot/py-howto/pyhowto In directory usw-pr-cvs1:/tmp/cvs-serv12352 Modified Files: advocacy.tex curses.tex python-2.0.tex python-21.tex regex-to-re.tex regex.tex rexec.tex Log Message: Remove obsolete e-mail address Index: advocacy.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/advocacy.tex,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** advocacy.tex 2001/09/17 06:01:28 1.5 --- advocacy.tex 2001/11/05 21:25:41 1.6 *************** *** 7,11 **** \author{A.M. Kuchling} ! \authoraddress{\email{am...@bi...}} \begin{document} --- 7,11 ---- \author{A.M. Kuchling} ! \authoraddress{\email{aku...@me...}} \begin{document} Index: curses.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/curses.tex,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** curses.tex 2001/05/31 07:02:21 1.15 --- curses.tex 2001/11/05 21:25:42 1.16 *************** *** 6,10 **** \author{A.M. Kuchling \and\ Eric S. Raymond} ! \authoraddress{\email{am...@bi...}, \email{es...@th...}} \begin{document} --- 6,10 ---- \author{A.M. Kuchling \and\ Eric S. Raymond} ! \authoraddress{\email{aku...@me...}, \email{es...@th...}} \begin{document} Index: python-2.0.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/python-2.0.tex,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -r1.41 -r1.42 *** python-2.0.tex 2000/10/19 01:42:33 1.41 --- python-2.0.tex 2001/11/05 21:25:42 1.42 *************** *** 6,10 **** \release{1.01} \author{A.M. Kuchling and Moshe Zadka} ! \authoraddress{\email{am...@bi...}, \email{mo...@ma...} } \begin{document} \maketitle\tableofcontents --- 6,10 ---- \release{1.01} \author{A.M. Kuchling and Moshe Zadka} ! \authoraddress{\email{aku...@me...}, \email{mo...@ma...} } \begin{document} \maketitle\tableofcontents Index: python-21.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/python-21.tex,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** python-21.tex 2001/07/20 03:22:00 1.27 --- python-21.tex 2001/11/05 21:25:42 1.28 *************** *** 8,12 **** \release{1.00} \author{A.M. Kuchling} ! \authoraddress{\email{am...@bi...}} \begin{document} \maketitle\tableofcontents --- 8,12 ---- \release{1.00} \author{A.M. Kuchling} ! \authoraddress{\email{aku...@me...}} \begin{document} \maketitle\tableofcontents Index: regex-to-re.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/regex-to-re.tex,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** regex-to-re.tex 2000/10/04 12:37:03 1.4 --- regex-to-re.tex 2001/11/05 21:25:42 1.5 *************** *** 6,10 **** \author{A.M. Kuchling} ! \authoraddress{\email{am...@bi...}} \begin{document} --- 6,10 ---- \author{A.M. Kuchling} ! \authoraddress{\email{aku...@me...}} \begin{document} Index: regex.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/regex.tex,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** regex.tex 2001/04/23 16:54:49 1.9 --- regex.tex 2001/11/05 21:25:42 1.10 *************** *** 12,16 **** \author{A.M. Kuchling} ! \authoraddress{\email{am...@bi...}} \begin{document} --- 12,16 ---- \author{A.M. Kuchling} ! \authoraddress{\email{aku...@me...}} \begin{document} *************** *** 1377,1381 **** you understand them? Were there parts that were unclear, or Problems you encountered that weren't covered here? If so, please send ! suggestions for improvements to \email{am...@bi...}. The most complete book on regular expressions is almost certainly --- 1377,1381 ---- you understand them? Were there parts that were unclear, or Problems you encountered that weren't covered here? If so, please send ! suggestions for improvements to the author. The most complete book on regular expressions is almost certainly Index: rexec.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/rexec.tex,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** rexec.tex 2000/11/25 00:46:51 1.8 --- rexec.tex 2001/11/05 21:25:42 1.9 *************** *** 6,10 **** \author{A.M. Kuchling} ! \authoraddress{\email{am...@bi...}} \begin{document} --- 6,10 ---- \author{A.M. Kuchling} ! \authoraddress{\email{aku...@me...}} \begin{document} *************** *** 188,194 **** \section{Frequently Asked Questions} - [I want more questions to be answered in this section; - please send them to \code{am...@bi...}.] - \emph{How do I guard against denial-of-service attacks? Or, how do I keep restricted code from consuming a lot of memory?} --- 188,191 ---- *************** *** 561,566 **** Sep. 12, 1998: Minor revisions and added the reference to the Janus project. ! Feb. 26, 1998: First version. Suggestions are welcome; please send them ! to \code{am...@bi...}. Mar. 16, 1998: Made some revisions suggested by Jeff Rush. Some minor --- 558,562 ---- Sep. 12, 1998: Minor revisions and added the reference to the Janus project. ! Feb. 26, 1998: First version. Suggestions are welcome. Mar. 16, 1998: Made some revisions suggested by Jeff Rush. Some minor |