summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-03-15 11:34:18 (GMT)
committerGuido van Rossum <guido@python.org>1995-03-15 11:34:18 (GMT)
commit1133aec8935c3418d98c6a2ebfc7e9cb0ff7568e (patch)
tree552b1161cc5b934beba5ec43cb47b44eaab3cefd /Doc
parentb819bdfe8371be00b572e2e88e55b63730be7a7c (diff)
downloadcpython-1133aec8935c3418d98c6a2ebfc7e9cb0ff7568e.zip
cpython-1133aec8935c3418d98c6a2ebfc7e9cb0ff7568e.tar.gz
cpython-1133aec8935c3418d98c6a2ebfc7e9cb0ff7568e.tar.bz2
versions and dates
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tut.tex6
-rw-r--r--Doc/tut/tut.tex6
2 files changed, 6 insertions, 6 deletions
diff --git a/Doc/tut.tex b/Doc/tut.tex
index 933c51e..bcb0c35 100644
--- a/Doc/tut.tex
+++ b/Doc/tut.tex
@@ -213,8 +213,8 @@ and a copyright notice before printing the first prompt, e.g.:
\bcode\begin{verbatim}
python
-Python 1.1 (Oct 6 1994)
-Copyright 1991-1994 Stichting Mathematisch Centrum, Amsterdam
+Python 1.2 (Mar 14 1995)
+Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>>
\end{verbatim}\ecode
@@ -3062,7 +3062,7 @@ e.g. \code{__radd__}.
For example, here's a very simple class for representing times. 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
Time and a number gives a new Time. You can't add two times, nor can
you subtract a Time from a number.
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index 933c51e..bcb0c35 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -213,8 +213,8 @@ and a copyright notice before printing the first prompt, e.g.:
\bcode\begin{verbatim}
python
-Python 1.1 (Oct 6 1994)
-Copyright 1991-1994 Stichting Mathematisch Centrum, Amsterdam
+Python 1.2 (Mar 14 1995)
+Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>>
\end{verbatim}\ecode
@@ -3062,7 +3062,7 @@ e.g. \code{__radd__}.
For example, here's a very simple class for representing times. 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
Time and a number gives a new Time. You can't add two times, nor can
you subtract a Time from a number.