]> granicus.if.org Git - python/commitdiff
Closes #20975: make date in the interpreter banner a little more consistent
authorGeorg Brandl <georg@python.org>
Sat, 22 Mar 2014 19:38:11 +0000 (20:38 +0100)
committerGeorg Brandl <georg@python.org>
Sat, 22 Mar 2014 19:38:11 +0000 (20:38 +0100)
Doc/tutorial/interpreter.rst

index c182511ada3bf870aa333694b2f3771501f57b15..5949928387937ad1e2d31c1f489208c92c64e7f4 100644 (file)
@@ -96,8 +96,8 @@ prints a welcome message stating its version number and a copyright notice
 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.
    >>>