diff options
author | Guido van Rossum <guido@python.org> | 1995-03-15 12:53:31 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-15 12:53:31 (GMT) |
commit | d983cde886f18f559bc1837ba5f1d591ea7f5f12 (patch) | |
tree | cb33da97bb1e0592503405aa73dc21cf781ff5fc | |
parent | 1133aec8935c3418d98c6a2ebfc7e9cb0ff7568e (diff) | |
download | cpython-d983cde886f18f559bc1837ba5f1d591ea7f5f12.zip cpython-d983cde886f18f559bc1837ba5f1d591ea7f5f12.tar.gz cpython-d983cde886f18f559bc1837ba5f1d591ea7f5f12.tar.bz2 |
change of address and date
-rw-r--r-- | Doc/boilerplate.tex | 4 | ||||
-rw-r--r-- | Doc/qua.tex | 4 | ||||
-rw-r--r-- | Doc/texinputs/boilerplate.tex | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Doc/boilerplate.tex b/Doc/boilerplate.tex index d74bfd5..cd7bcd1 100644 --- a/Doc/boilerplate.tex +++ b/Doc/boilerplate.tex @@ -1,8 +1,8 @@ \author{ Guido van Rossum \\ - Dept. CST, CWI, P.O. Box 94079 \\ + Dept. AA, CWI, P.O. Box 94079 \\ 1090 GB Amsterdam, The Netherlands \\ E-mail: {\tt guido@cwi.nl} } -\date{14 February 1995 \\ Release 1.2} % XXX update before release! +\date{15 March 1995 \\ Release 1.2} % XXX update before release! diff --git a/Doc/qua.tex b/Doc/qua.tex index a56905c..88f5778 100644 --- a/Doc/qua.tex +++ b/Doc/qua.tex @@ -7,7 +7,7 @@ Interactively Testing Remote Servers Using the Python Programming Language \author{ Guido van Rossum \\ - Dept. CST, CWI, P.O. Box 94079 \\ + Dept. AA, CWI, P.O. Box 94079 \\ 1090 GB Amsterdam, The Netherlands \\ E-mail: {\tt guido@cwi.nl} \and @@ -197,7 +197,7 @@ The second statement calls the method {\tt sort} of the variable {\tt names}. This method is defined for all lists in Python and does the obvious thing: the elements of the list are reordered according to their natural ordering relationship. Since in our example the list -contains strings, they are sorted in ascending ASCII order. +contains strings, they are sorted in ascending \ASCII{} order. The last two lines of the function contain a loop that prints all elements of the list whose first character isn't a period. In each diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index d74bfd5..cd7bcd1 100644 --- a/Doc/texinputs/boilerplate.tex +++ b/Doc/texinputs/boilerplate.tex @@ -1,8 +1,8 @@ \author{ Guido van Rossum \\ - Dept. CST, CWI, P.O. Box 94079 \\ + Dept. AA, CWI, P.O. Box 94079 \\ 1090 GB Amsterdam, The Netherlands \\ E-mail: {\tt guido@cwi.nl} } -\date{14 February 1995 \\ Release 1.2} % XXX update before release! +\date{15 March 1995 \\ Release 1.2} % XXX update before release! |