[Python-checkins] cpython (3.4): Closes #20975: make date in the interpreter banner a little more consistent

georg.brandl python-checkins at python.org
Sat Mar 22 20:39:31 CET 2014


http://hg.python.org/cpython/rev/4476b7493ee4
changeset:   89921:4476b7493ee4
branch:      3.4
parent:      89919:8661ffca4581
user:        Georg Brandl <georg at python.org>
date:        Sat Mar 22 20:38:11 2014 +0100
summary:
  Closes #20975: make date in the interpreter banner a little more consistent

files:
  Doc/tutorial/interpreter.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst
--- a/Doc/tutorial/interpreter.rst
+++ b/Doc/tutorial/interpreter.rst
@@ -96,8 +96,8 @@
 before printing the first prompt::
 
    $ python3.4
-   Python 3.4 (default, Sep 24 2012, 09:25:04)
-   [GCC 4.6.3] on linux2
+   Python 3.4 (default, Mar 16 2014, 09:25:04)
+   [GCC 4.8.2] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>>
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list