Kaydet (Commit) 1133aec8 authored tarafından Guido van Rossum's avatar Guido van Rossum

versions and dates

üst b819bdfe
...@@ -213,8 +213,8 @@ and a copyright notice before printing the first prompt, e.g.: ...@@ -213,8 +213,8 @@ and a copyright notice before printing the first prompt, e.g.:
\bcode\begin{verbatim} \bcode\begin{verbatim}
python python
Python 1.1 (Oct 6 1994) Python 1.2 (Mar 14 1995)
Copyright 1991-1994 Stichting Mathematisch Centrum, Amsterdam Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> >>>
\end{verbatim}\ecode \end{verbatim}\ecode
...@@ -3062,7 +3062,7 @@ e.g. \code{__radd__}. ...@@ -3062,7 +3062,7 @@ e.g. \code{__radd__}.
For example, here's a very simple class for representing times. Times For example, here's a very simple class for representing times. Times
are initialized from a number of seconds (like time.time()). Times are initialized from a number of seconds (like time.time()). Times
are printed like this: \code{Thu Oct 6 14:20:06 1994}. Subtracting are printed like this: \code{Wed Mar 15 12:28:48 1995}. Subtracting
two Times gives their difference in seconds. Adding or subtracting a two Times gives their difference in seconds. Adding or subtracting a
Time and a number gives a new Time. You can't add two times, nor can Time and a number gives a new Time. You can't add two times, nor can
you subtract a Time from a number. you subtract a Time from a number.
......
...@@ -213,8 +213,8 @@ and a copyright notice before printing the first prompt, e.g.: ...@@ -213,8 +213,8 @@ and a copyright notice before printing the first prompt, e.g.:
\bcode\begin{verbatim} \bcode\begin{verbatim}
python python
Python 1.1 (Oct 6 1994) Python 1.2 (Mar 14 1995)
Copyright 1991-1994 Stichting Mathematisch Centrum, Amsterdam Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> >>>
\end{verbatim}\ecode \end{verbatim}\ecode
...@@ -3062,7 +3062,7 @@ e.g. \code{__radd__}. ...@@ -3062,7 +3062,7 @@ e.g. \code{__radd__}.
For example, here's a very simple class for representing times. Times For example, here's a very simple class for representing times. Times
are initialized from a number of seconds (like time.time()). Times are initialized from a number of seconds (like time.time()). Times
are printed like this: \code{Thu Oct 6 14:20:06 1994}. Subtracting are printed like this: \code{Wed Mar 15 12:28:48 1995}. Subtracting
two Times gives their difference in seconds. Adding or subtracting a two Times gives their difference in seconds. Adding or subtracting a
Time and a number gives a new Time. You can't add two times, nor can Time and a number gives a new Time. You can't add two times, nor can
you subtract a Time from a number. you subtract a Time from a number.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment