mirror of https://github.com/python/cpython.git
change of address and date
This commit is contained in:
parent
1133aec893
commit
d983cde886
|
@ -1,8 +1,8 @@
|
||||||
\author{
|
\author{
|
||||||
Guido van Rossum \\
|
Guido van Rossum \\
|
||||||
Dept. CST, CWI, P.O. Box 94079 \\
|
Dept. AA, CWI, P.O. Box 94079 \\
|
||||||
1090 GB Amsterdam, The Netherlands \\
|
1090 GB Amsterdam, The Netherlands \\
|
||||||
E-mail: {\tt guido@cwi.nl}
|
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!
|
||||||
|
|
|
@ -7,7 +7,7 @@ Interactively Testing Remote Servers Using the Python Programming Language
|
||||||
|
|
||||||
\author{
|
\author{
|
||||||
Guido van Rossum \\
|
Guido van Rossum \\
|
||||||
Dept. CST, CWI, P.O. Box 94079 \\
|
Dept. AA, CWI, P.O. Box 94079 \\
|
||||||
1090 GB Amsterdam, The Netherlands \\
|
1090 GB Amsterdam, The Netherlands \\
|
||||||
E-mail: {\tt guido@cwi.nl}
|
E-mail: {\tt guido@cwi.nl}
|
||||||
\and
|
\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
|
names}. This method is defined for all lists in Python and does the
|
||||||
obvious thing: the elements of the list are reordered according to
|
obvious thing: the elements of the list are reordered according to
|
||||||
their natural ordering relationship. Since in our example the list
|
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
|
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
|
elements of the list whose first character isn't a period. In each
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
\author{
|
\author{
|
||||||
Guido van Rossum \\
|
Guido van Rossum \\
|
||||||
Dept. CST, CWI, P.O. Box 94079 \\
|
Dept. AA, CWI, P.O. Box 94079 \\
|
||||||
1090 GB Amsterdam, The Netherlands \\
|
1090 GB Amsterdam, The Netherlands \\
|
||||||
E-mail: {\tt guido@cwi.nl}
|
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!
|
||||||
|
|
Loading…
Reference in New Issue